Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
jbukhari committed Dec 24, 2024
1 parent 5bd7c79 commit bdfd7de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dlx_dl/scripts/sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ def _get_dl_856(fn):
# files that came from whitelisted 856 urls are not currently in the dlx filestore
dl_file_count = len(dl_files) - len([x for x in dlx_record.get_fields('856') if urlparse(x.get_value('u')).netloc in export.WHITELIST])

if 0: #dl_file_count != len(all_dlx_files):
if False: #dl_file_count != len(all_dlx_files):
print(f'EXTRA FILES DETECTED - {[x.to_mrk() for x in dl_files]}\n{[f.to_dict() for f in all_dlx_files]}')
return export_whole_record(args, dlx_record, export_type='UPDATE')

Expand Down

0 comments on commit bdfd7de

Please sign in to comment.