Commit 92a2c719 authored by Mike Hommey's avatar Mike Hommey
Browse files

Bug 1748966 - Bustage fix. CLOSED TREE

parent 518343be
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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(