Skip to content

Commit

Permalink
CLI: BugFix for issue #39
Browse files Browse the repository at this point in the history
  • Loading branch information
bramvds committed Dec 20, 2018
1 parent ce9c19a commit 2629f6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyscenic/cli/pyscenic.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def prune_targets_command(args):
extension = os.path.splitext(args.module_fname.name)[1].lower()
if extension in {'.csv', '.tsv'}:
LOGGER.info("Creating modules.")
modules = adjacencies2modules(args.module_fname.name)
modules = adjacencies2modules(args)
else:
LOGGER.info("Loading modules.")
try:
Expand Down

0 comments on commit 2629f6b

Please sign in to comment.