Skip to content

Commit

Permalink
Update sde_to_json.py - request cond
Browse files Browse the repository at this point in the history
  • Loading branch information
awhipp authored Dec 4, 2024
1 parent ce7fdb6 commit be7d4ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sde_to_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ def getResources():
if resources_file.ok:
resources_zip = zipfile.ZipFile(io.BytesIO(resources_file.content))
resources_zip.extractall()
print("sde extracted successfully")
else:
print(resources_file.reason)
else:
print("Folder already exists")

Expand Down

0 comments on commit be7d4ae

Please sign in to comment.