Skip to content

Commit

Permalink
Merge branch 'master' of github.com:zadorlab/KinBot
Browse files Browse the repository at this point in the history
  • Loading branch information
juditzador committed Jan 18, 2021
2 parents 5ab1b60 + 3a8051b commit 99920ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kinbot/parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ def __init__(self, inpfile=None):
logging.error(err)
sys.exit(-1)

if self.par['families'] != 'all' and self.par['skip_families'] != ['none']:
if self.par['families'] != ['all'] and self.par['skip_families'] != ['none']:
err = 'Only one of the "families" or "skip_families" parameters can be defined.'
logging.error(err)
sys.exit(-1)
Expand Down

0 comments on commit 99920ed

Please sign in to comment.