some changes
parent
6e659b9f00
commit
baada0416f
2
main.py
2
main.py
|
@ -29,7 +29,7 @@ def main():
|
|||
subprocess.run(cmd, capture_output=True, check=True)
|
||||
print(f'\033[92mSuccess execute {cmd}!\033[0m')
|
||||
except subprocess.CalledProcessError as e:
|
||||
print(f"\033[91mError during export: {e}\033[0m")
|
||||
print(f"\033[91mError: {e}\033[0m")
|
||||
#
|
||||
|
||||
# Очистка промежуточных файлов
|
||||
|
|
Loading…
Reference in New Issue