Skip to content

Commit

Permalink
Merge branch 'develop' into enhancement/fix_typos
Browse files Browse the repository at this point in the history
  • Loading branch information
BigRoy authored Sep 2, 2024
2 parents d1f0e42 + 85fba7f commit 9fc0c23
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/ayon_usd/addon.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def tray_start(self):
.get("Modified Time")
)
if not usd_lib_lake_fs_time_cest:
raise ValueError(f"could not find UsdLib time stamp on LakeFs server")
raise ValueError("could not find UsdLib time stamp on LakeFs server")

with open(config.ADDON_DATA_JSON_PATH, "r+") as data_json:
addon_data_json = json.load(data_json)
Expand Down
2 changes: 1 addition & 1 deletion client/ayon_usd/ayon_bin_client
1 change: 0 additions & 1 deletion tests/client/ayon_usd/test_utils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# test_utils.py
import hashlib
import zipfile
from client.ayon_usd import utils


Expand Down

0 comments on commit 9fc0c23

Please sign in to comment.