diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-09-18 14:10:59 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-09-18 14:10:59 +0200 |
commit | f2e1083970107994a031a394198fde039bdf3b77 (patch) | |
tree | fa2683790ff5f595a7210b7e08fad059fd794f78 /scripts | |
parent | 6b034454f35819999cc26cfe472d537bf1eb3fbf (diff) |
cleanup
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/reqs2tex.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/reqs2tex.py b/scripts/reqs2tex.py index 8a6976a..82b0aae 100755 --- a/scripts/reqs2tex.py +++ b/scripts/reqs2tex.py @@ -113,7 +113,7 @@ def fmt_aux(data): '[][][]', '', '', - './requirements.pdf', + '', )), ] return "\n".join(out) |