Skip to content

Commit

Permalink
Remove tree
Browse files Browse the repository at this point in the history
  • Loading branch information
major committed Mar 7, 2023
1 parent b901982 commit e27e234
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ jobs:
- name: Build static API files
run: python generate_aws_idx.py

- name: Check output
run: tree

- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion generate_aws_idx.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def write_image_ids(df):
fileh.write(row)

counter += 1
if counter % 100000 == 0:
if counter % 250000 == 0:
print(f"Processed {counter/1000}K images...")


Expand Down

0 comments on commit e27e234

Please sign in to comment.