Skip to content

Commit 2dfecda

Browse files
author
Matt Sokoloff
committed
bug
1 parent a50bec8 commit 2dfecda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labelbox/schema/dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def convert_item(item):
142142
}
143143

144144
# Prepare and upload the desciptor file
145-
if not tms:
145+
if not tiled_imagery:
146146
items = [convert_item(item) for item in items]
147147

148148
data = json.dumps(items)

0 commit comments

Comments
 (0)