Skip to content

Commit

Permalink
fix indentless bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mirpedrol committed Oct 10, 2022
1 parent fc04467 commit ff93650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nf_core/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ def represent_dict_preserve_order(self, data):
"""
return self.represent_dict(data.items())

def increase_indent(self, flow=False):
def increase_indent(self, flow=False, indentless=False):
"""Indent YAML lists so that YAML validates with Prettier
See https://github.com/yaml/pyyaml/issues/234#issuecomment-765894586
Expand Down

0 comments on commit ff93650

Please sign in to comment.