diff options
Diffstat (limited to 'MgaRepo/commands/co.py')
-rw-r--r-- | MgaRepo/commands/co.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MgaRepo/commands/co.py b/MgaRepo/commands/co.py index 0a111e2..24ce257 100644 --- a/MgaRepo/commands/co.py +++ b/MgaRepo/commands/co.py @@ -42,7 +42,7 @@ def parse_options(): callback=disable_mirror) opts, args = parser.parse_args() if len(args) not in (1, 2): - raise Error, "invalid arguments" + raise Error("invalid arguments") # here we don't use package_url in order to notify the user we are # using the mirror opts.pkgdirurl = args[0] |