ravishende / grafana_data_retrieval

2 stars 0 forks source link

in phase_1.py, handle case of generating more in last directory in gather_all_paths #57

Closed ravishende closed 6 months ago

ravishende commented 6 months ago

There may be a case where path directories are the same, but there are more child paths in the subdirectories of the last path directory. So, for gather_all_paths, even if there are no new directories, still run _get_paths_from_directories on that final directory.