aboutsummaryrefslogtreecommitdiffstats
path: root/MgaRepo/commands/create.py
diff options
context:
space:
mode:
Diffstat (limited to 'MgaRepo/commands/create.py')
-rw-r--r--MgaRepo/commands/create.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/MgaRepo/commands/create.py b/MgaRepo/commands/create.py
index da8f16c..e9a89e8 100644
--- a/MgaRepo/commands/create.py
+++ b/MgaRepo/commands/create.py
@@ -23,7 +23,7 @@ def parse_options():
parser = OptionParser(help=HELP)
opts, args = parser.parse_args()
if len(args) != 1:
- raise Error, "invalid arguments"
+ raise Error("invalid arguments")
opts.pkgdirurl = package_url(args[0], mirrored=False)
opts.verbose = 1 # Unconfigurable
return opts