Skip to content

Commit

Permalink
Updates for new peppy
Browse files Browse the repository at this point in the history
  • Loading branch information
khoroshevskyi committed Dec 14, 2023
1 parent 77b3115 commit 5976b07
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 @@ -112,7 +112,7 @@ class Project(peppyProject):
"""

def __init__(
self, cfg=None, amendments=None, divcfg_path=None, runp=False, **kwargs
self, cfg=None, amendments=None, divcfg_path=None, **kwargs
):
super(Project, self).__init__(cfg=cfg, amendments=amendments)
prj_dict = kwargs.get("project_dict")
Expand All @@ -122,7 +122,7 @@ def __init__(

# init project from pephub pep_config:
if prj_dict is not None and cfg is None:
self.from_dict(prj_dict)
self._from_dict(prj_dict)
self["_config_file"] = os.getcwd() # for finding pipeline interface
self["pep_config"] = pep_config

Expand Down

0 comments on commit 5976b07

Please sign in to comment.