Skip to content

Commit

Permalink
minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sooshie committed Aug 6, 2014
1 parent 25a174b commit 54ffe77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions yara_clustering/Mach-O Clustering.ipynb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"metadata": {
"name": "",
"signature": "sha256:b35aeeecb1d80c014613dbd7765a1e9c5839f368af4281717b862341e7f0d974"
"signature": "sha256:c82e79feb36027d3e403e1981aa7d6d90d963d008ce6963be74b9b87bf3ed434"
},
"nbformat": 3,
"nbformat_minor": 0,
Expand Down Expand Up @@ -123,7 +123,7 @@
" return features_list\n",
"\n",
"import glob\n",
"file_list = glob.glob('/Users/sconzo/vt_data/*.vtdata')\n",
"file_list = glob.glob('/Users/user/vt_data/*.vtdata')\n",
"vt_data = load_vt_data(file_list)"
],
"language": "python",
Expand Down

0 comments on commit 54ffe77

Please sign in to comment.