Skip to content

Commit

Permalink
fix: Fix -d option parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Oct 5, 2020
1 parent 46c56c1 commit a004c7f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/duty/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ def get_parser() -> argparse.ArgumentParser:
parser.add_argument(
"-d",
"--duties-file",
nargs=1,
default="duties.py",
help="Python file where the duties are defined.",
)
Expand Down

0 comments on commit a004c7f

Please sign in to comment.