This commit is contained in:
Sylvain LE GAL 2022-06-29 17:46:58 +02:00
parent 842e2ca389
commit 4427470a41
2 changed files with 15 additions and 16 deletions

View File

@ -51,7 +51,6 @@ def init(
"""Initialize OpenUpgrade Wizard Environment based on the initial and
the final version of Odoo you want to migrate.
"""
print(0 / 0)
# Handle arguments
if extra_repository_list:

View File

@ -40,7 +40,7 @@ def cli_runner_invoke(cmd):
_logger.error("output: %s" % result.output)
assert result.exit_code == 0
except Exception as exception:
if Path("log").exists():
log_files = [
Path("log") / Path(f)
for f in os.listdir(Path("log"))