Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Rühling committed May 10, 2024
1 parent 55f1730 commit e7e21e1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/coomsolver/utils/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,8 @@ def get(levels: list[tuple[str, int]], name: str) -> Optional[int]:
parser_convert = subparsers.add_parser("convert", help="Convert COOM instance to ASP.")
parser_convert.add_argument(
"input",
type=str, # FileType('r', encoding='UTF-8'),
type=str,
help="Input the COOM file corresponding to the instance.",
# metavar='',
)
parser_convert.add_argument(
"--output",
Expand Down

0 comments on commit e7e21e1

Please sign in to comment.