From a32cc7a92f4bb3fb6531fbd0d2afe436c8b02ee7 Mon Sep 17 00:00:00 2001 From: Nick Hurley Date: Fri, 1 Feb 2013 16:12:29 -0800 Subject: [PATCH] Make cleaner actually run Somehow had an old argument parser stuck in there, that was causing us to barf on a parameter required by the new argument parser. FAIL. --- srcleaner.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/srcleaner.py b/srcleaner.py index b240a38..5cb6c71 100644 --- a/srcleaner.py +++ b/srcleaner.py @@ -19,8 +19,6 @@ def main(): parser.parse_args() logging.debug('cleaner running') - parser = stoneridge.ArgumentParser() - parser.parse_args() workdir = stoneridge.get_config('run', 'work') xpcoutdir = stoneridge.get_xpcshell_output_directory() if workdir and os.path.exists(workdir):