Skip to content

Commit

Permalink
Fix camera models overrides loading
Browse files Browse the repository at this point in the history
Thanks @lukebaumann!
  • Loading branch information
paulinus committed Dec 5, 2015
1 parent 9d3b1ca commit d3c7528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/focal_from_exif
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ for image in data.images():
# Override any camera that is specified in the camera models overrides file.
if data.camera_models_overrides_exists():
camera_models_overrides = data.load_camera_models_overrides()
for key, value in camera_models_overrides:
for key, value in camera_models_overrides.items():
camera_models[key] = value

data.save_camera_models(camera_models)
Expand Down

0 comments on commit d3c7528

Please sign in to comment.