summaryrefslogtreecommitdiffstats
path: root/GitAutoDeploy.py
diff options
context:
space:
mode:
Diffstat (limited to 'GitAutoDeploy.py')
-rwxr-xr-xGitAutoDeploy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/GitAutoDeploy.py b/GitAutoDeploy.py
index 0320f71..c915c50 100755
--- a/GitAutoDeploy.py
+++ b/GitAutoDeploy.py
@@ -117,7 +117,7 @@ def main():
if(e): # wtf, why is this creating a new line?
print >> sys.stderr, e
- if(not server is None):
+ if(server is not None):
server.socket.close()
if(not GitAutoDeploy.quiet):