diff options
Diffstat (limited to 'MgaRepo/commands/del.py')
-rw-r--r-- | MgaRepo/commands/del.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MgaRepo/commands/del.py b/MgaRepo/commands/del.py index f61a1d5..050c7bc 100644 --- a/MgaRepo/commands/del.py +++ b/MgaRepo/commands/del.py @@ -18,7 +18,7 @@ def parse_options(): if len(args): opts.paths = args else: - raise Error, "you need to provide a path" + raise Error("you need to provide a path") return opts def main(): |