We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b4e7cb commit 7095efeCopy full SHA for 7095efe
1 file changed
pyArango/database.py
@@ -158,10 +158,12 @@ def _checkCollectionList(lst) :
158
payload = {
159
"name": name,
160
"edgeDefinitions": ed,
161
- "orphanCollections": graphClass._orphanedCollections,
162
- "isSmart": isSmart
+ "orphanCollections": graphClass._orphanedCollections
163
}
164
+ if isSmart :
165
+ payload['isSmart'] = isSmart
166
+
167
if options:
168
payload['options'] = options
169
0 commit comments