Skip to content

Commit

Permalink
Print sdk version in main.py
Browse files Browse the repository at this point in the history
In the form `tt.sdk_version=2.0.0`

Should make TT Commander's life easier
  • Loading branch information
urish authored Nov 24, 2024
1 parent 382d986 commit 6abe805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def stopClocking():

print(tt)
print()

print(f"tt.sdk_version={tt.version}")

# import examples.tt_um_factory_test.tt_um_factory_test as ft
# import examples.tt_um_psychogenic_neptuneproportional.tb as np
Expand Down

0 comments on commit 6abe805

Please sign in to comment.