Commit c339b9ab authored by Michael W. Hudson's avatar Michael W. Hudson

....

parent a7fc4db2
......@@ -627,5 +627,5 @@ def _pickle_statvfs_result(sr):
try:
_copy_reg.pickle(statvfs_result, _pickle_statvfs_result,
_make_statvfs_result)
except NameError: # stat_result may not exist
except NameError: # statvfs_result may not exist
pass
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment