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