Closed esturdivant-usgs closed 6 years ago
in sb_automation.py
for root, dirs, files in os.walk(parentdir): for d in dirs: # doesn't get here if there are no dirs, which means it doesn't execute all the important functions
in sb_automation.py