some changes

master
serr 2025-03-30 18:05:33 +03:00
parent 6e659b9f00
commit baada0416f
1 changed files with 1 additions and 1 deletions

View File

@ -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")
#
# Очистка промежуточных файлов