Merge branch 'dev' of github.com:refilc/naplo into dev

This commit is contained in:
Kima 2024-03-27 21:11:16 +01:00
commit 5340fc2ed4

View File

@ -29,7 +29,7 @@ if missing_packages:
print(f"Installing '{package}'...")
install(package)
else:
print("Missing packages were not installed. Exiting...")
print("Missing packages were not installed. Exiting.")
sys.exit()
import os