Skip to content

Commit

Permalink
Is this the fix for #398?
Browse files Browse the repository at this point in the history
  • Loading branch information
nsheff committed Aug 14, 2023
1 parent 12b6da0 commit 6950bc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions looper/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -701,8 +701,8 @@ def set_sample_piface(self, sample_piface: Union[List[str], str]) -> NoReturn:
:param list | str sample_piface: sample pipeline interface
"""
self._config.setdefault("sample_modifiers", {})
self._config["sample_modifiers"].setdefault("append", {})
self["_config"].setdefault("sample_modifiers", {})
self["_config"]["sample_modifiers"].setdefault("append", {})
self.config["sample_modifiers"]["append"]["pipeline_interfaces"] = sample_piface

self.modify_samples()
Expand Down

0 comments on commit 6950bc6

Please sign in to comment.