Skip to content

Commit 5771cd5

Browse files
committed
Merge branch 'master' of https://github.com/ImagingDataCommons/IDC-Common into idc-test
2 parents f91f5ab + 7138c55 commit 5771cd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

idc_collections/collex_metadata_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,7 @@ def create_file_manifest(request, cohort=None):
738738
timestamp = datetime.datetime.fromtimestamp(time.time()).strftime('%Y%m%d_%H%M%S')
739739
loc_type = ("_{}".format(loc)) if file_type in ['s5cmd', 'idc_index'] else ""
740740
ext = file_type if file_type != 'idc_index' else 's5cmd'
741-
file_name = "manifest_{}{}_{}.{}".format("cohort_{}_".format(str(cohort.id)) if cohort else "", timestamp, loc_type, ext)
741+
file_name = "manifest_{}{}{}.{}".format("cohort_{}_".format(str(cohort.id)) if cohort else "", timestamp, loc_type, ext)
742742

743743
if cohort:
744744
sources = cohort.get_data_sources(aggregate_level="SeriesInstanceUID")

0 commit comments

Comments
 (0)