Skip to content

Commit c4c26a3

Browse files
author
ehanson8
committed
updates
1 parent fdbc782 commit c4c26a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metadataCollectionsKeysMatrix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
keyListHeader = ['collectionNameColumn']
7373
keyList.sort()
7474
keyListHeader = keyListHeader + keyList
75-
f=csv.writer(open('collectionsKeysMatrix.csv', 'wb'))
75+
f=csv.writer(open(filePath+'collectionsKeysMatrix.csv', 'wb'))
7676
f.writerow(keyListHeader)
7777

7878
for i in range (0, len (communities)):

0 commit comments

Comments
 (0)