Skip to content

Instantly share code, notes, and snippets.

@clayg
Created March 8, 2017 10:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clayg/ab205aefd407689acc4dfdf7f216765a to your computer and use it in GitHub Desktop.
Save clayg/ab205aefd407689acc4dfdf7f216765a to your computer and use it in GitHub Desktop.
diff --git a/swift/obj/diskfile.py b/swift/obj/diskfile.py
index c3b9969..e30831f 100644
--- a/swift/obj/diskfile.py
+++ b/swift/obj/diskfile.py
@@ -1561,7 +1561,7 @@ class BaseDiskFileWriter(object):
metadata['name'] = self._name
target_path = join(self._datadir, filename)
- tpool_reraise(self._finalize_put, metadata, target_path, cleanup)
+ self._finalize_put(metadata, target_path, cleanup)
def put(self, metadata):
"""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment