ALBS-226: Patch pungi/lorax for building AL9 #3
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "ALBS-226"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
empty folder while copying and raises the exception in this case
@ -67,1 +70,4 @@
os.makedirs(module_defaults_path, exist_ok=True)
# Defaults modules can be empty, but pungi detects
# empty folder while copying and raises the exception in this case
Path(os.path.join(module_defaults_path, EMPTY_FILE)).touch()
Why do you use here pathlib Path and os.path together? Maybe it's better to use just pathlib?
lgtm