Skip to content

Commit

Permalink
skip geos repo since no data
Browse files Browse the repository at this point in the history
  • Loading branch information
klinehan1 authored Oct 12, 2023
1 parent 3db8d70 commit 12f7260
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/inventory/data_inventory.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ def evaluate_folder(dirpath):
if not os.path.isdir(subdir):
continue
report += "<h3> %s </h3>\n" % (dir)

if dir == "sdc.geographies":
report += "NA"
continue

# extract category from data folder name
data_cat = dir.split('.').pop()
Expand Down

0 comments on commit 12f7260

Please sign in to comment.