Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Cache creates error #4

@k4j8

Description

@k4j8

In sync.py on the last line of the code below, the code can try to create a directory of the same name as an existing file:

# Create cfile in in-progress_dir
    if not cfile.in_progress.is_dir():
        if not get_option('dry_run', cfile, cfile.device):
            os.mkdir(cfile.in_progress)

Perhaps filetailor should clean the cache when this happens?

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions