Skip to content

Commit

Permalink
remove slashes from os.path.join
Browse files Browse the repository at this point in the history
  • Loading branch information
Darius Morawiec committed Oct 31, 2016
1 parent 5511b31 commit 7119a5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions session-0/session-0.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -446,8 +446,8 @@
},
"outputs": [],
"source": [
"print(os.path.join('img_align_celeba/', files[0]))\n",
"plt.imread(os.path.join('img_align_celeba/', files[0]))"
"print(os.path.join('img_align_celeba', files[0]))\n",
"plt.imread(os.path.join('img_align_celeba', files[0]))"
]
},
{
Expand Down

0 comments on commit 7119a5d

Please sign in to comment.