8000
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 f05c396 commit 3b6ca17Copy full SHA for 3b6ca17
Lib/test/test_largefile.py
@@ -156,7 +156,7 @@ def test_seekable(self):
156
def skip_no_disk_space(path, required):
157
def decorator(fun):
158
def wrapper(*args, **kwargs):
159
- if not hasattr(shutil, "disg_usage"):
+ if not hasattr(shutil, "disk_usage"):
160
raise unittest.SkipTest("requires shutil.disk_usage")
161
if shutil.disk_usage(os.path.realpath(path)).free < required:
162
hsize = int(required / 1024 / 1024)
0 commit comments