Skip to content

Commit

Permalink
fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
bjchambers committed Aug 21, 2023
1 parent 1822bd7 commit 7d619b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/get_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def main():

toml_path = args.path.split('.')
value = get_value_from_toml(args.file, toml_path)
print(f"Value at '{args.path}' in '{args.file}': {value}")
print(f"{value}")

if __name__ == "__main__":
main()

0 comments on commit 7d619b6

Please sign in to comment.