зеркало из https://github.com/mozilla/stoneridge.git
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.
This commit is contained in:
Родитель
ed3609f125
Коммит
a32cc7a92f
|
@ -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):
|
||||
|
|
Загрузка…
Ссылка в новой задаче