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.
This commit is contained in:
Nick Hurley 2013-02-01 16:12:29 -08:00
Родитель ed3609f125
Коммит a32cc7a92f
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

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