Skip to content

Commit e6eb55a

Browse files
authored
Merge pull request #109 from dontnod/lca/upload_fileset/use_fileset_overrides
Lca/upload fileset/use fileset overrides
2 parents 2b43957 + 6eb532b commit e6eb55a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nimp/base_commands/upload_fileset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def run(self, env):
7070
file_mapper = nimp.system.FileMapper(None, vars(env))
7171
file_mapper.load_set(env.fileset)
7272

73-
artifact_path = f'{env.artifact_repository_destination}/{env.artifact_collection[env.fileset]}'
73+
artifact_path = f'{file_mapper.artifact_repository_destination}/{file_mapper.artifact_collection[env.fileset]}'
7474
if env.slice_job_index and env.slice_job_count:
7575
artifact_path = f'{artifact_path}/slice-{env.slice_job_index}-of-{env.slice_job_count}'
7676
artifact_path = nimp.system.sanitize_path(env.format(artifact_path))

0 commit comments

Comments
 (0)