Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
fix on manageterms
Browse files Browse the repository at this point in the history
  • Loading branch information
Mte90 committed Oct 29, 2018
1 parent 69eae0b commit c376531
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion manageterms.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ def store_new_argument(_args_):
raise ValueError('SyntaxAlert only supports en, es, fr, it at the moment.')

# Parse argument
parser = argparse.ArgumentParser(description='add new terms!')
parser = argparse.ArgumentParser(description='add new terms!')
args = parse_argument(parser)

# Check argument is not circular
if args.right == args.wrong:
Expand Down

0 comments on commit c376531

Please sign in to comment.