Skip to content

Commit

Permalink
fixed update bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ntatonetti committed Jan 13, 2023
1 parent 812ca97 commit 3200866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spl_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ def download_and_process_updates(soup, spl_status, proxies={}):
'verified': 'no'
}
download_and_verify(download, spl_status['updates'][download['date']], proxies=proxies)
spl_status['updates'][download['date']]['parsed_labels_path'] = spl_status['updates'][download['date']].strip('.zip')
spl_status['updates'][download['date']]['parsed_labels_path'] = spl_status['updates'][download['date']]['local_path'].strip('.zip')
update_spl_status(spl_status)

# Step 2. Pre-process files.
Expand Down

0 comments on commit 3200866

Please sign in to comment.