Skip to content

Commit

Permalink
fix default value in getenv
Browse files Browse the repository at this point in the history
  • Loading branch information
iLLiCiTiT committed Mar 6, 2024
1 parent 5126cd3 commit ec6d080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@

ORIGINAL_ARGS = list(sys.argv)

PREVIOUS_AYON_VERSION = os.getenv("AYON_VERSION")
PREVIOUS_AYON_VERSION = os.getenv("AYON_VERSION", "")

os.environ["AYON_VERSION"] = __version__

Expand Down

0 comments on commit ec6d080

Please sign in to comment.