diff options
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) |