permissions

This commit is contained in:
j 2017-05-11 02:11:48 +02:00
parent 6ac693e705
commit f811d74b5e
2 changed files with 2 additions and 0 deletions

View File

@ -788,6 +788,7 @@ class File(db.Model):
path = os.path.join(prefix, new_path)
ox.makedirs(os.path.dirname(path))
try:
os.chmod(current_path, stat.S_IWRITE)
shutil.move(current_path, path)
except:
logger.debug('failed to move %s to %s', current_path, path, exc_info=True)

View File

@ -196,6 +196,7 @@ def run_import(options=None):
listitems = []
assert isinstance(prefix, str)
books = []
def activity(count):
if count % 100 == 0:
state.activity = {