mirror of https://github.com/mahmoud/boltons.git
Merge branch 'master' of github.com:mahmoud/boltons
This commit is contained in:
commit
40c4b33555
|
@ -228,7 +228,7 @@ class AtomicSaver(object):
|
||||||
if not self.part_filename:
|
if not self.part_filename:
|
||||||
self.part_path = dest_path + '.part'
|
self.part_path = dest_path + '.part'
|
||||||
else:
|
else:
|
||||||
self.part_path = os.path.join(self.dest_dir, self.part_path)
|
self.part_path = os.path.join(self.dest_dir, self.part_filename)
|
||||||
self.mode = 'w+' if self.text_mode else 'w+b'
|
self.mode = 'w+' if self.text_mode else 'w+b'
|
||||||
|
|
||||||
self.part_file = None
|
self.part_file = None
|
||||||
|
|
Loading…
Reference in New Issue