Merge branch 'feature/OP-3278_camera-focal-length' of https://github.com/tokejepsen/pype into feature/OP-3278_camera-focal-length

This commit is contained in:
Toke Stuart Jepsen 2023-03-22 15:00:15 +00:00
commit 20a0028e80

View file

@ -537,7 +537,7 @@ def burnins_from_data(
if not value:
continue
if isinstance(value, (dict, tuple)):
if isinstance(value, dict):
raise TypeError((
"Expected string or number type."
" Got: {} - \"{}\""