Correct indent

This commit is contained in:
Jason R. Coombs 2014-08-31 15:00:47 -04:00
parent b4efbe8a58
commit 1be2e82c57
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ class DirUtilTestCase(support.TempdirManager, unittest.TestCase):
self.assertEqual(self._logs, wanted)
@unittest.skipIf(sys.platform.startswith('win'),
"This test is only appropriate for POSIX-like systems.")
"This test is only appropriate for POSIX-like systems.")
def test_mkpath_with_custom_mode(self):
# Get and set the current umask value for testing mode bits.
umask = os.umask(0o002)