Skip to content

Commit

Permalink
Fixing wrong input directory
Browse files Browse the repository at this point in the history
  • Loading branch information
tjakobi committed Mar 20, 2023
1 parent 552efc0 commit d04ae45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions circtools/circtools.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,8 @@ def primex():
group = parser.add_argument_group("Input")

group.add_argument("-d",
"--detect-file",
dest="detect_file",
"--detect-dir",
dest="detect_dir",
help="CircCoordinates file from circtools detect module",
required=True
)
Expand Down

0 comments on commit d04ae45

Please sign in to comment.