Skip to content

Commit

Permalink
Fix flake8 from babel_add_h PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Hospital Gasch authored and Adam Hospital Gasch committed Dec 14, 2023
1 parent c673822 commit 9596f4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions biobb_chemistry/babelm/babel_add_hydrogens.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,15 +122,15 @@ def create_cmd(self, container_io_dict, out_log, err_log):

# adding H
hydrogens = '-h'

# adding pH
ph = ''
if p:
ph = '-p ' + p
instructions_list.append(ph)
else:
instructions_list.append(hydrogens)

return instructions_list

@launchlogger
Expand Down

0 comments on commit 9596f4a

Please sign in to comment.