Skip to content

Commit

Permalink
update comments to be more accurate
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldcampbelljr committed Jun 20, 2024
1 parent ca23f39 commit 377db19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion looper/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def __init__(self, cfg=None, amendments=None, divcfg_path=None, **kwargs):
except NotImplementedError:
self.name = None

# add sample pipeline interface to the project
# consolidate sample modifiers
if kwargs.get(SAMPLE_MODS_KEY) and self._modifier_exists():
_LOGGER.warning(
"Sample modifiers were provided in Looper Config and in PEP Project Config. Merging..."
Expand All @@ -148,6 +148,7 @@ def __init__(self, cfg=None, amendments=None, divcfg_path=None, **kwargs):
self.config.setdefault("sample_modifiers", {})
self.config["sample_modifiers"] = kwargs.get(SAMPLE_MODS_KEY)

# add sample pipeline interface to the project
if kwargs.get(SAMPLE_PL_ARG):
self.set_sample_piface(kwargs.get(SAMPLE_PL_ARG))

Expand Down

0 comments on commit 377db19

Please sign in to comment.