Skip to content

Commit

Permalink
Fix typo cli spia exporter
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Domingo-Fernandez committed Mar 1, 2019
1 parent 1222376 commit 3e786b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pathme/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ def export_to_spia(kegg_path, reactome_path, wikipathways_path, output):
elif file in reactome_pickles:
file_path = from_pickle(os.path.join(reactome_path, file))

elif file in reactome_pickles:
elif file in wp_pickles:
file_path = from_pickle(os.path.join(wikipathways_path, file))

else:
Expand Down

0 comments on commit 3e786b4

Please sign in to comment.