mirror of
https://github.com/paulscherrerinstitute/sf_daq_broker.git
synced 2026-05-07 09:14:12 +02:00
indention
This commit is contained in:
committed by
Auf keinen Fall Jens
parent
47199f90c4
commit
aef3fc8675
@@ -126,7 +126,7 @@ class BrokerClient:
|
||||
print(f"what do you want me to do with already collected up to now frames (pulseids: {self.start_pulseid}-{current_pulseid})")
|
||||
answer=input("[s]-save them into; any other key - discard : ")
|
||||
if answer == "s":
|
||||
self.stop(stop_pulseid=current_pulseid)
|
||||
self.stop(stop_pulseid=current_pulseid)
|
||||
raise NameError("Ctrl-c is called")
|
||||
signal.signal(signal.SIGINT, signal_handler)
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user