Skip to content

Delta downloads don't work (after commit #22)  #2

Description

@mindheist

Delta downloads now dont work because "download_last_modified.txt" file gets sorted into a folder based on its creation year ,and when the application tries to download it subsequently , it looks for that file in the root folder .

A good way to work around this , might be to have a separate folder for all the application logic files (ie)
creation_date.txt , last_modified.txt and download_last_modified.txt.

==== log ===

download_last_modified.txt 2014
1872944-dexterslaboratorywallpaper800.jpg 2014
Dexter-and-DeeDee-dexters-laboratory-13130813-445-411.jpg 2014
Dexter's_Laboratory_title.jpg 2014
the s3_downloads folder already exists , will now selectively download files into this folder
Traceback (most recent call last):
File "cloudcrate.py", line 289, in
download_last_modified_dict = json.load(open("download_last_modified.txt"))
IOError: [Errno 2] No such file or directory: 'download_last_modified.txt'
MBP:cloudrate_test Hari$

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions