0

Fix indentation

This commit is contained in:
Robin
2013-11-26 20:14:06 +01:00
parent f71ede45f8
commit c56e12d94d

View File

@@ -140,9 +140,9 @@ def main():
return 0
if options.pid:
if os.path.exists(options.pid):
print("Already running (pid exists) - exiting..")
return 0
if os.path.exists(options.pid):
print("Already running (pid exists) - exiting..")
return 0
with open(options.pid,"w") as f:
f.write(str(os.getpid()))
# if --check-terrain was specified, but we have NO config file, then we cannot