Skip to content

Commit ab93686

Browse files
committed
reformat for check2
1 parent 1ffb91a commit ab93686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/maelstro/metadata/meta.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def __init__(self, zipfile: bytes, uuid: str = ""):
170170
with ZipFile(BytesIO(zipfile)) as zf:
171171
zip_properties = zf.read("index.csv").decode()
172172
dr = DictReader(StringIO(zip_properties), delimiter=";")
173-
if uuid:
173+
if uuid != "":
174174
self.properties = next(
175175
csv_line for csv_line in dr if csv_line["uuid"] == uuid
176176
)

0 commit comments

Comments
 (0)