Browse Source

Revert last change

check-vt100
Peter Gielda 6 years ago committed by GitHub
parent
commit
12fcd5767e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      sargraph.py

2
sargraph.py

@ -76,7 +76,7 @@ if len(sys.argv) > 1:
sys.exit(1) sys.exit(1)
if cmd == "start": if cmd == "start":
print("Starting sargraph session '%s'" % sid) print("Starting sargraph session '%s'" % sid)
p = subprocess.Popen(["screen", "-DmSL", sid, os.path.realpath(__file__)]) p = subprocess.Popen(["screen", "-dmSL", sid, os.path.realpath(__file__)])
while p.poll() is None: while p.poll() is None:
time.sleep(0.1) time.sleep(0.1)
gpid = 0 gpid = 0

Loading…
Cancel
Save