We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd27edc commit 264fc7eCopy full SHA for 264fc7e
1 file changed
src/pyscenic/cli/pyscenic.py
@@ -77,7 +77,7 @@ def find_adjacencies_command(args):
77
78
LOGGER.info("Writing results to file.")
79
80
- extension = PurePath(fname).suffixes
+ extension = PurePath(args.output.name).suffixes
81
network.to_csv(args.output, index=False, sep=suffixes_to_separator(extension))
82
83
0 commit comments