backend/apps/transfer/directory_tasks.py
Showing 10 of 10 total issues
Line too long (93 > 79 characters) Open
Open
print("FROM DIR Path %s ... TO DIR Path %s" % (childDirFromPath, childDirToPath))
- Read upRead up
- Exclude checks
Line too long (82 > 79 characters) Open
Open
directory_listing = adapter.list_directory(file.fromPath, file.batch.user)
- Read upRead up
- Exclude checks
Line too long (96 > 79 characters) Open
Open
childToPath = '/'.join(file.toPath.split('/')[0:-1] + childFromPath.split('/')[-1:])
- Read upRead up
- Exclude checks
Line too long (80 > 79 characters) Open
Open
print("From Path %s .... To Path %s" % (childFromPath, childToPath))
- Read upRead up
- Exclude checks
Line too long (102 > 79 characters) Open
Open
childDirToPath = '/'.join(file.toPath.split('/')[0:-1] + childDirFromPath.split('/')[-2:])
- Read upRead up
- Exclude checks
Expected 2 blank lines, found 1 Open
Open
@shared_task(bind=True, time_limit=90, default_retry_delay=10, max_retries=5)
- Read upRead up
- Exclude checks
Expected 2 blank lines, found 1 Open
Open
@shared_task(bind=True, time_limit=30, default_retry_delay=5, max_retries=3)
- Read upRead up
- Exclude checks