Skip to content

Commit

Permalink
Add path of b5 to file-manager util
Browse files Browse the repository at this point in the history
  • Loading branch information
plant99 committed Jul 23, 2020
1 parent eff5961 commit b83d5c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions felicette/utils/file_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ def file_paths_wrt_id(id):
return {
"base": home_path_id,
"preview": os.path.join(home_path_id, "%s-preview.jpg" % (id)),
"b5": os.path.join(home_path_id, "%s-b5.tiff" % (id)),
"b4": os.path.join(home_path_id, "%s-b4.tiff" % (id)),
"b3": os.path.join(home_path_id, "%s-b3.tiff" % (id)),
"b2": os.path.join(home_path_id, "%s-b2.tiff" % (id)),
Expand Down

0 comments on commit b83d5c1

Please sign in to comment.