Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hechth committed Nov 19, 2023
1 parent 80f5928 commit cb5477c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/matchms/matchms_networking_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def main(argv):
score_name = next((s for s in scores.score_names if args.score_name in s and "score" in s), None)
if score_name is None:
raise ValueError(f"Could not find any score name containing '{args.score_name}'.")

network.create_network(scores, score_name)
network.export_to_file(filename=args.output_filename, graph_format=args.graph_format)

Expand Down

0 comments on commit cb5477c

Please sign in to comment.