Skip to content

Commit 1e3ff43

Browse files
committed
Manually merging to py2
1 parent a900206 commit 1e3ff43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source_py2/test_python_toolbox/test_temp_file_tools/test_create_temp_folder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def test_exception():
6262
assert tf1.is_dir()
6363
file_path = (tf1 / 'my_file')
6464
with file_path.open('w') as my_file:
65-
my_file.write('Woo hoo!')
65+
my_file.write(u'Woo hoo!')
6666

6767
assert file_path.exists()
6868
assert file_path.is_file()

0 commit comments

Comments
 (0)