Loading python/mozbuild/mozbuild/artifact_commands.py +1 −1 Original line number Diff line number Diff line Loading @@ -469,7 +469,7 @@ def artifact_toolchain( records[record.filename] = record # Handle the list of files of the form task_id:path from --from-task. for f in from_task: for f in from_task or (): task_id, colon, name = f.partition(":") if not colon: self.log( Loading Loading
python/mozbuild/mozbuild/artifact_commands.py +1 −1 Original line number Diff line number Diff line Loading @@ -469,7 +469,7 @@ def artifact_toolchain( records[record.filename] = record # Handle the list of files of the form task_id:path from --from-task. for f in from_task: for f in from_task or (): task_id, colon, name = f.partition(":") if not colon: self.log( Loading