fix: separation between run and print function
This commit is contained in:
parent
52cbfc1f15
commit
c79975c5df
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ def _main():
|
|||
rougailconfig=rougailconfig,
|
||||
user_data_errors=err_warn["errors"],
|
||||
user_data_warnings=err_warn["warnings"],
|
||||
).run()
|
||||
).print()
|
||||
|
||||
|
||||
def main():
|
||||
|
|
Loading…
Reference in a new issue