We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17ef3f8 commit a4134a0Copy full SHA for a4134a0
ayon_api/entity_hub.py
@@ -1469,15 +1469,15 @@ def lock(self) -> None:
1469
except RecursionError:
1470
raise RuntimeError(
1471
f"Failed to create copy of key '{key}'"
1472
- " because of recursion!!!"
+ " because of recursion."
1473
)
1474
1475
try:
1476
orig_data[key] = copy.deepcopy(value)
1477
1478
1479
f"Failed to create copy of value '{key}'"
1480
1481
1482
1483
self._orig_data = orig_data
0 commit comments