Skip to content

Commit

Permalink
Merge pull request #18 from molssi-seamm/dev
Browse files Browse the repository at this point in the history
Removed too verbose logging
  • Loading branch information
seamm authored Jun 5, 2024
2 parents 83d2414 + 11c6f50 commit 2611f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seamm_exec/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def run(
# Ensure the file is read/write by the creator only
saved_umask = os.umask(0o077)

self.logger.info(f"Running in {tmpdir}")
self.logger.debug(f"Running in {tmpdir}\n")

if files is not None:
# Write locally if directory is given
Expand Down

0 comments on commit 2611f1b

Please sign in to comment.