Skip to content

Commit

Permalink
remove logger error message
Browse files Browse the repository at this point in the history
  • Loading branch information
maurov committed Aug 20, 2024
1 parent 0b655d2 commit 152e288
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion larch/xrd/struct2xas.py
Original file line number Diff line number Diff line change
Expand Up @@ -984,7 +984,6 @@ def make_input_fdmnes(
os.makedirs(self.outdir, mode=0o755)
except FileExistsError:
errmsg = f"`job{job.num}` already exists -> use `newjob` or remove it"
logger.error(errmsg)
raise FileExistsError(errmsg)

# Write the input file.
Expand Down

0 comments on commit 152e288

Please sign in to comment.