Skip to content

Commit

Permalink
run all - fix automatic generation of cam_to_isp mappings
Browse files Browse the repository at this point in the history
Summary: Amending D3863931. We don't need to check for `isp0.json`.

Reviewed By: fbriggs

Differential Revision: D3868878

fbshipit-source-id: bc60e150d9c8fc87a505a6189f329b3dac2dd67d
  • Loading branch information
aparrapo authored and Facebook Github Bot 1 committed Sep 17, 2016
1 parent 1e8b077 commit 361162c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion surround360_render/scripts/run_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def parse_args():

# Make sure we have per camera color adjustment files. If not, copy from template
config_isp_path = res_path + "/config/isp"
if not os.path.isfile(config_isp_path + "/isp0.json") or not os.path.isfile(cam_to_isp_config_file):
if not os.path.isfile(cam_to_isp_config_file):
print "WARNING: Color adjustment files not found. Using default files.\n"
sys.stdout.flush()
duplicate_isp_files(config_isp_path)
Expand Down

0 comments on commit 361162c

Please sign in to comment.