commit | eb0f525adae9b682add30088dd342ed412c07f9f | [log] [tgz] |
---|---|---|
author | phoglund@chromium.org <phoglund@chromium.org> | Mon Feb 02 12:00:39 2015 |
committer | phoglund@chromium.org <phoglund@chromium.org> | Mon Feb 02 12:00:39 2015 |
tree | 229bb231baab6faae7c3b0e22a57db97e61c05bd | |
parent | 47a52fee2615bb236730b1c6bf82c73c40c862b8 [diff] |
Fixing options parser. TBR=kjellander@chromium.org BUG=360516 Review URL: https://codereview.chromium.org/886383002 git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/webrtc/webrtc.DEPS@293901 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
diff --git a/download_firefox_nightly.py b/download_firefox_nightly.py index db61914..7f0aa5a 100755 --- a/download_firefox_nightly.py +++ b/download_firefox_nightly.py
@@ -154,7 +154,7 @@ if firefox_archive: return _ExtractArchive(firefox_archive, target_dir) - if options.clean_old_archives: + if options.clean_old_firefox_archives: _CleanOldFirefoxArchives(target_dir) if __name__ == '__main__':