chiark / gitweb /
* Fix syntax errors introduced by print-execute-command etc.
[autopkgtest.git] / virt-subproc / VirtSubproc.py
index 9b3c36f97f44b134d5bdc88429eddb60fd4bcf1b..b53c381d5ab49987173b12d2d05edd3046db5a69 100644 (file)
@@ -82,7 +82,7 @@ def cmd_print_execute_command(c, ce):
        if not downtmp: bomb("`print-execute-command' when not open")
        if hasattr(caller,'hook_callerexeccmd'):
                (cl,kvl) = caller.hook_callerexeccmd()
-       else
+       else:
                cl = down
                kvl = ['auxverb']
        return ','.join(map(urllib.quote, cl)) + kvl