Skip to content

Commit 9fc2ae8

Browse files
authored
Merge pull request #957 from Parallel-in-Time/bibbot_fix
Bibbot fix
2 parents 912b556 + cf72627 commit 9fc2ae8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bin/issue_to_bibtex.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,6 @@
103103
print(f'Request of {url} could not be processed, got status code {req.status_code}.')
104104
break
105105

106-
with open("request.txt", "w") as f:
107-
f.write(req.text)
108106
try:
109107
data = req.json()
110108
except:

0 commit comments

Comments
 (0)