aboutsummaryrefslogtreecommitdiffstats
path: root/MgaRepo/commands/getspec.py
diff options
context:
space:
mode:
Diffstat (limited to 'MgaRepo/commands/getspec.py')
-rw-r--r--MgaRepo/commands/getspec.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/MgaRepo/commands/getspec.py b/MgaRepo/commands/getspec.py
index 08407bc..e1ba4c4 100644
--- a/MgaRepo/commands/getspec.py
+++ b/MgaRepo/commands/getspec.py
@@ -28,7 +28,7 @@ def parse_options():
callback=disable_mirror)
opts, args = parser.parse_args()
if len(args) != 1:
- raise Error, "invalid arguments"
+ raise Error("invalid arguments")
opts.pkgdirurl = package_url(args[0])
return opts