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):