Show More
@@ -121,7 +121,6 b' def test_list_profiles_in():' | |||||
121 | # No need to remove these directories and files, as they will get nuked in |
|
121 | # No need to remove these directories and files, as they will get nuked in | |
122 | # the module-level teardown. |
|
122 | # the module-level teardown. | |
123 | td = tempfile.mkdtemp(dir=TMP_TEST_DIR) |
|
123 | td = tempfile.mkdtemp(dir=TMP_TEST_DIR) | |
124 | td = str(td) |
|
|||
125 | for name in ('profile_foo', 'profile_hello', 'not_a_profile'): |
|
124 | for name in ('profile_foo', 'profile_hello', 'not_a_profile'): | |
126 | os.mkdir(os.path.join(td, name)) |
|
125 | os.mkdir(os.path.join(td, name)) | |
127 | if dec.unicode_paths: |
|
126 | if dec.unicode_paths: |
General Comments 0
You need to be logged in to leave comments.
Login now