Skip to content

Commit

Permalink
Print network on info failure
Browse files Browse the repository at this point in the history
  • Loading branch information
pharr117 committed Sep 11, 2023
1 parent af52c82 commit 9386d5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -591,6 +591,7 @@ def fetch_data_for_network(network, network_type, repo_path):
info = json.loads(upgrade_plan.get("info", "{}"))
binaries = info.get("binaries", {})
except:
print(f"Failed to parse binaries for network {network}. Non-fatal error, skipping...")
pass

# Include the expanded information in the output data
Expand Down

0 comments on commit 9386d5d

Please sign in to comment.