1
0
Fork 0
mirror of https://github.com/ArtemSBulgakov/buildozer-action.git synced 2024-08-16 10:09:52 +02:00

Add endgroup on error

This commit is contained in:
Artem Bulgakov 2020-07-31 22:34:08 +03:00 committed by GitHub
parent 07d96fdd4b
commit eed8bb6cc5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -99,6 +99,7 @@ def apply_patches():
"::error::Cannot apply patches to buildozer (ImportError). "
"Update buildozer-action to new version or create a Bug Request"
)
print("::endgroup::")
return
print("Changing global_buildozer_dir")