Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce00b73 commit e5363b7Copy full SHA for e5363b7
1 file changed
Lib/os.py
@@ -627,5 +627,5 @@ def _pickle_statvfs_result(sr):
627
try:
628
_copy_reg.pickle(statvfs_result, _pickle_statvfs_result,
629
_make_statvfs_result)
630
-except NameError: # stat_result may not exist
+except NameError: # statvfs_result may not exist
631
pass
0 commit comments