diff options
Diffstat (limited to 'GitAutoDeploy.py')
-rwxr-xr-x | GitAutoDeploy.py | 2 |
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): |