Skip to content

Commit

Permalink
rna_tools/rna_cif2pdb.py: "file", help="", default="", nargs='+'
Browse files Browse the repository at this point in the history
  • Loading branch information
mmagnus committed Dec 9, 2024
1 parent 6d8a5e6 commit 7a64810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rna_tools/rna_cif2pdb.py
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def get_parser():
action="store_true", help="be verbose")
parser.add_argument('--no-hr', help='do not insert the header into files',
action='store_true')
parser.add_argument("file", help="", default="") # nargs='+')
parser.add_argument("file", help="", default="", nargs='+')
return parser, version


Expand Down

0 comments on commit 7a64810

Please sign in to comment.