Skip to content
Snippets Groups Projects
Commit 9a9d08f9 authored by Giulio Gaio's avatar Giulio Gaio
Browse files

Added seq check state

parent 72d201d5
No related branches found
No related tags found
No related merge requests found
...@@ -264,7 +264,7 @@ def main(): ...@@ -264,7 +264,7 @@ def main():
# if sequencer is not running exit # if sequencer is not running exit
if DEBUG == 0: if DEBUG == 0:
if (str(selfseq_dev.State()) == 'RUNNING'): if (str(selfseq_dev.State()) != 'RUNNING'):
if DEBUG == 1: if DEBUG == 1:
print("Error: sequencer is not RUNNING") print("Error: sequencer is not RUNNING")
selfseq_dev.LogMsg = "Error: sequencer is not RUNNING" selfseq_dev.LogMsg = "Error: sequencer is not RUNNING"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment