(version)
| 472 | |
| 473 | |
| 474 | def firefox_mac(version): |
| 475 | return f"https://ftp.mozilla.org/pub/firefox/releases/{version}/mac/en-US/Firefox%20{version}.dmg" |
| 476 | |
| 477 | |
| 478 | def print_firefox(version, workspace_name, sha_linux, sha_mac): |
no outgoing calls
no test coverage detected