From: Tony Mack Date: Tue, 21 Jun 2011 16:43:37 +0000 (-0400) Subject: fix syntax error X-Git-Tag: sfa-1.0-28~16 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=d2ef805930518b254a2e0f55b3ff66d83497dca8;p=sfa.git fix syntax error --- diff --git a/sfa/client/sfi.py b/sfa/client/sfi.py index 80cb34b3..09deb3ea 100755 --- a/sfa/client/sfi.py +++ b/sfa/client/sfi.py @@ -1133,7 +1133,7 @@ class Sfi: self.logger.debug("resources cmd_opts %s" % cmd_opts.format) elif command in ("list", "show", "remove"): self.logger.debug("cmd_opts.type %s" % cmd_opts.type) - self.logger.debug('cmd_args %s',cmd_args) + self.logger.debug('cmd_args %s' % cmd_args) try: self.dispatch(command, cmd_opts, cmd_args)