Skip to content

Commit

Permalink
escape logfile
Browse files Browse the repository at this point in the history
  • Loading branch information
petrelharp committed Aug 29, 2022
1 parent fc20e11 commit c0fd3b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdpopsim/slim_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -1356,7 +1356,7 @@ def matrix2str(
if logfile is not None:
printsc(
string.Template(_slim_logfile).substitute(
logfile=logfile,
logfile=_escape_eidos(str(logfile)),
loginterval=logfile_interval,
)
)
Expand Down

0 comments on commit c0fd3b6

Please sign in to comment.