Skip to content

Commit 1566642

Browse files
author
Chad Curtis
committed
Fixed cloudknot demo notebook so boto3 updates don't break it
1 parent 692c806 commit 1566642

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

notebooks/cloudknot_parallelization_demo.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@
343343
"req_string = req.read()\n",
344344
"req.close()\n",
345345
"\n",
346-
"new_req = req_string[0:req_string.find('\\n')-5]+'5.28'+ req_string[req_string.find('\\n'):]\n",
346+
"new_req = req_string[0:req_string.find('=')]+'=1.5.28'+ req_string[req_string.find('\\n'):]\n",
347347
"req_overwrite = open(op.join(op.split(my_image.docker_path)[0], 'requirements.txt'), 'w')\n",
348348
"req_overwrite.write(new_req)\n",
349349
"req_overwrite.close()\n",

0 commit comments

Comments
 (0)