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 b4efbe8 commit 1be2e82Copy full SHA for 1be2e82
1 file changed
Lib/distutils/tests/test_dir_util.py
@@ -51,7 +51,7 @@ def test_mkpath_remove_tree_verbosity(self):
51
self.assertEqual(self._logs, wanted)
52
53
@unittest.skipIf(sys.platform.startswith('win'),
54
- "This test is only appropriate for POSIX-like systems.")
+ "This test is only appropriate for POSIX-like systems.")
55
def test_mkpath_with_custom_mode(self):
56
# Get and set the current umask value for testing mode bits.
57
umask = os.umask(0o002)
0 commit comments