From c56e12d94d905b27872e7dcff3ad078b5ecf40ab Mon Sep 17 00:00:00 2001 From: Robin Date: Tue, 26 Nov 2013 20:14:06 +0100 Subject: [PATCH] Fix indentation --- overviewer.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/overviewer.py b/overviewer.py index a1cb800..74d4394 100755 --- a/overviewer.py +++ b/overviewer.py @@ -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