Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Commit

Permalink
bug 1460906 - release_eta should be a string. r=rail
Browse files Browse the repository at this point in the history
  • Loading branch information
escapewindow committed May 15, 2018
1 parent c2a377c commit cce9a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildfarm/release/release-runner3.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def main(options):
"version": version,
"release_promotion_flavor": "promote_{}".format(release["product"]),
"previous_graph_ids": [decision_task_id],
"release_eta": release.get("release_eta"),
"release_eta": release.get("release_eta", ""),
}
if "partial_updates" in release:
action_task_input["partial_updates"] = {}
Expand Down

0 comments on commit cce9a25

Please sign in to comment.