Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
davedavemckay committed Jul 24, 2024
1 parent 48ccb37 commit 249cfdf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions csd3-side/scripts/gen_exclude_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ def generate_exclude_list(df, local_folder):
del local_folder_series
df = df.drop(['LOCAL_FOLDER'], axis=1).compute()

print(df.head())

local_files, local_folders = get_local_file_list(local_folder)

print('Local folder:', local_folder)
Expand Down

0 comments on commit 249cfdf

Please sign in to comment.