Browse Source

[trac588] Space fix

Michal 'vorner' Vaner 14 years ago
parent
commit
45b76ba773
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/bin/bindctl/bindcmd.py

+ 2 - 2
src/bin/bindctl/bindcmd.py

@@ -192,8 +192,8 @@ class BindCmdInterpreter(Cmd):
             if response.status == http.client.OK:
                 # Is interactive?
                 if sys.stdin.isatty():
-                    print(data + ' login as ' + row[0] )
-                return True 
+                    print(data + ' login as ' + row[0])
+                return True
 
         count = 0
         print("[TEMP MESSAGE]: username :root  password :bind10")