Skip to content

Commit

Permalink
f string fix
Browse files Browse the repository at this point in the history
  • Loading branch information
markjschreiber committed Sep 19, 2024
1 parent 417feab commit d4c644d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omics/cli/run_analyzer/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ def get_timeline_event(res, resources):

if __name__ == "__main__":
# Parse command-line options
opts = docopt.docopt(__doc__, version=f"v{importlib.metadata.version("amazon-omics-tools")}")
opts = docopt.docopt(__doc__, version=f"v{importlib.metadata.version('amazon-omics-tools')}")
print(opts, file=sys.stderr)
exit(0)

Expand Down

0 comments on commit d4c644d

Please sign in to comment.