Skip to content

Commit

Permalink
Make all needed dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Oct 25, 2023
1 parent e2a66b9 commit 315c992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relenv/relocate.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ def main(root, libs_dir=None, rpath_only=True, log_level="DEBUG"):
"""
dirs = work_dirs()
if not dirs.logs.exists():
dirs.logs.mkdir()
os.makedirs(dirs.logs)
logging.basicConfig(
level=logging.getLevelName(log_level.upper()),
format="%(asctime)s %(message)s",
Expand Down

0 comments on commit 315c992

Please sign in to comment.