fix: start attributeIDs from -1 (#68)
It is no longer needed to fix some IDs.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
def patch(entries, patches, data):
|
||||
nextAttributeID = -100 # We start some IDs away from 0, so we can have a few reserved numbers.
|
||||
nextAttributeID = -1
|
||||
|
||||
for patch in patches:
|
||||
if patch.get("new"):
|
||||
|
||||
Reference in New Issue
Block a user