Bugfix gdriveutils

pull/346/head
OzzieIsaacs 7 years ago
parent b6b73d39c2
commit 4582aebec1

@ -201,8 +201,9 @@ def backupCalibreDbAndOptionalDownload(drive, f=None):
def copyToDrive(drive, uploadFile, createRoot, replaceFiles,
ignoreFiles= ignoreFiles or [],
ignoreFiles=None,
parent=None, prevDir=''):
ignoreFiles = ignoreFiles or []
drive = getDrive(drive)
isInitial = not bool(parent)
if not parent:

Loading…
Cancel
Save