Skip to content

Commit a4134a0

Browse files
iLLiCiTiTBigRoy
andauthored
softer message
Co-authored-by: Roy Nieterau <[email protected]>
1 parent 17ef3f8 commit a4134a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ayon_api/entity_hub.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1469,15 +1469,15 @@ def lock(self) -> None:
14691469
except RecursionError:
14701470
raise RuntimeError(
14711471
f"Failed to create copy of key '{key}'"
1472-
" because of recursion!!!"
1472+
" because of recursion."
14731473
)
14741474

14751475
try:
14761476
orig_data[key] = copy.deepcopy(value)
14771477
except RecursionError:
14781478
raise RuntimeError(
14791479
f"Failed to create copy of value '{key}'"
1480-
" because of recursion!!!"
1480+
" because of recursion."
14811481
)
14821482

14831483
self._orig_data = orig_data

0 commit comments

Comments
 (0)