Merge release-0.28.17 from 'tools/mic'
[platform/upstream/mic.git] / mic / 3rdparty / pykickstart / commands / fcoe.py
index 3320849..2f4b492 100644 (file)
@@ -90,7 +90,7 @@ class F12_Fcoe(KickstartCommand):
         (opts, extra) = self.op.parse_args(args=args, lineno=self.lineno)
         if len(extra) > 0:
             mapping = {"command": "fcoe", "options": extra}
-            raise KickstartValueError, formatErrorMsg(self.lineno, msg=_("Unexpected arguments to %(command)s command: %(options)s") % mapping)
+            raise KickstartValueError (formatErrorMsg(self.lineno, msg=_("Unexpected arguments to %(command)s command: %(options)s") % mapping))
 
         self._setToObj(self.op, opts, zd)
         zd.lineno = self.lineno