Skip to content

Commit

Permalink
More quote fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
heuer committed Feb 23, 2024
1 parent c2cb3af commit cc574eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion segno/writers.py
Original file line number Diff line number Diff line change
Expand Up @@ -972,7 +972,7 @@ def point(x, y):
with writable(out, 'wt') as f:
write = f.write
write(f'% Creator: {CREATOR}\n')
write(f'% Date: {time.strftime('%Y-%m-%dT%H:%M:%S')}\n')
write(f'% Date: {time.strftime("%Y-%m-%dT%H:%M:%S")}\n')
if url:
write(f'\\href{{{url}}}{{')
end_marker = '}'
Expand Down

0 comments on commit cc574eb

Please sign in to comment.