We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 935263b commit e57c066Copy full SHA for e57c066
retropath2_wrapper/__main__.py
@@ -93,7 +93,7 @@ def _cli():
93
# Sniff implicit/explicit hydrogens
94
if args.std_hydrogen == "auto":
95
std_hydrogen = sniff_rules(path=args.rules_file, logger=logger)
96
- elif: args.std_hydrogen in ["implicit", "explicit"]:
+ elif args.std_hydrogen in ["implicit", "explicit"]:
97
std_hydrogen = args.std_hydrogen
98
else:
99
parser.error("--std_hydrogen should be one of 'auto', 'implicit' or 'explicit'.")
0 commit comments