Skip to content

Commit b05f1db

Browse files
Merge pull request #79 from ccdc-opensource/mchbp_bool_fix
Remove arg bool type NO_JIRA
2 parents 2be0c35 + ece9c03 commit b05f1db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/multi_component_hydrogen_bond_propensity/multi_component_hydrogen_bond_propensity_report.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ def main(structure, work_directory, failure_directory, library, csdrefcode, igno
438438
default=ccdc_coformers_dir)
439439
parser.add_argument('-f', '--failure_directory', type=str,
440440
help='The location where the failures file should be generated')
441-
parser.add_argument('-i', '--ignore_intra', type=bool, action='store_true', default=False,
441+
parser.add_argument('-i', '--ignore_intra', action='store_true', default=False,
442442
help='Ignore intramolecular hydrogen bonds when ranking pairs')
443443
parser.add_argument('--force_run_disordered', action="store_true",
444444
help='Forces running the script on disordered entries. (NOT RECOMMENDED)', default=False)

0 commit comments

Comments
 (0)