Skip to content
Snippets Groups Projects

Adjusted Package Entry-point

3 files
+ 67
0
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -37,6 +37,8 @@ class SpreadsheetSummaryFactory(object):
for (dirpath, _, filenames) in os.walk(observatory_directory):
filenames.sort()
for filename in filenames:
if ".xlsm" not in filename:
continue
if start_filename <= filename < end_filename:
rs = self.parse_spreadsheet(
os.path.join(dirpath, filename),
Loading