Merge release-0.28.17 from 'tools/mic'
[platform/upstream/mic.git] / mic / 3rdparty / pykickstart / commands / iscsi.py
index da5a544..9c25111 100644 (file)
@@ -110,7 +110,7 @@ class FC6_Iscsi(KickstartCommand):
 
         if len(extra) != 0:
             mapping = {"command": "iscsi", "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))
 
         dd = self.handler.IscsiData()
         self._setToObj(self.op, opts, dd)