kopia lustrzana https://github.com/OpenDroneMap/WebODM
commit
cc573c9364
|
@ -1135,4 +1135,4 @@ class Task(models.Model):
|
||||||
fd.write(chunk)
|
fd.write(chunk)
|
||||||
else:
|
else:
|
||||||
with open(file.temporary_file_path(), 'rb') as f:
|
with open(file.temporary_file_path(), 'rb') as f:
|
||||||
copyfileobj(f, fd)
|
shutil.copyfileobj(f, fd)
|
||||||
|
|
Ładowanie…
Reference in New Issue