Skip to content

Commit

Permalink
Update scripts/solve_network.py
Browse files Browse the repository at this point in the history
Co-authored-by: Fabian Neumann <fabian.neumann@outlook.de>
  • Loading branch information
danielelerede-oet and fneum authored Aug 26, 2024
1 parent be19a2b commit 98e6c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/solve_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -1062,7 +1062,7 @@ def extra_functionality(n, snapshots):
module_name = os.path.splitext(os.path.basename(source_path))[0]
module = importlib.import_module(module_name)
custom_extra_functionality = getattr(module, module_name)
custom_extra_functionality(n, snapshots, n.snakemake)
custom_extra_functionality(n, snapshots)


def solve_network(n, config, solving, **kwargs):
Expand Down

0 comments on commit 98e6c5b

Please sign in to comment.