aboutsummaryrefslogtreecommitdiffstats
path: root/MgaRepo/commands/patchspec.py
diff options
context:
space:
mode:
Diffstat (limited to 'MgaRepo/commands/patchspec.py')
-rw-r--r--MgaRepo/commands/patchspec.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/MgaRepo/commands/patchspec.py b/MgaRepo/commands/patchspec.py
index 9a5811c..dfe54dc 100644
--- a/MgaRepo/commands/patchspec.py
+++ b/MgaRepo/commands/patchspec.py
@@ -27,7 +27,7 @@ def parse_options():
parser.add_option("-l", dest="log", default="")
opts, args = parser.parse_args()
if len(args) != 2:
- raise Error, "invalid arguments"
+ raise Error("invalid arguments")
opts.pkgdirurl = package_url(args[0], mirrored=False)
opts.patchfile = args[1]
return opts