We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdbc782 commit c4c26a3Copy full SHA for c4c26a3
metadataCollectionsKeysMatrix.py
@@ -72,7 +72,7 @@
72
keyListHeader = ['collectionNameColumn']
73
keyList.sort()
74
keyListHeader = keyListHeader + keyList
75
-f=csv.writer(open('collectionsKeysMatrix.csv', 'wb'))
+f=csv.writer(open(filePath+'collectionsKeysMatrix.csv', 'wb'))
76
f.writerow(keyListHeader)
77
78
for i in range (0, len (communities)):
0 commit comments