Skip to content

Commit 0917140

Browse files
NihalHarishddavydenko
authored andcommitted
Remove leading whitespace in folder path (#999)
1 parent fc23473 commit 0917140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sagemaker-debugger/mnist_tensor_analysis/mnist_tensor_analysis.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
},
189189
"outputs": [],
190190
"source": [
191-
"folder_name = \" /tmp/{}\".format(path.split(\"/\")[-1])\n",
191+
"folder_name = \"/tmp/{}\".format(path.split(\"/\")[-1])\n",
192192
"os.system(\"aws s3 cp --recursive {} {}\".format(path,folder_name))\n",
193193
"print('Downloading tensors into folder: ', folder_name)"
194194
]

0 commit comments

Comments
 (0)