Skip to content

Commit

Permalink
Fix pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Nov 7, 2023
1 parent 7d1a040 commit 4afd32a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions relenv/relocate.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,8 +353,8 @@ def main(root, libs_dir=None, rpath_only=True, log_level="DEBUG"):
logging.basicConfig(
level=logging.getLevelName(log_level.upper()),
format="%(asctime)s %(message)s",
#filename=str(dirs.logs / "relocate.py.log"),
#filemode="w",
# filename=str(dirs.logs / "relocate.py.log"),
# filemode="w",
)
root_dir = str(pathlib.Path(root).resolve())
if libs_dir is None:
Expand Down

0 comments on commit 4afd32a

Please sign in to comment.