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.
2 parents 1cafec3 + 2bbec9a commit d6a00e3Copy full SHA for d6a00e3
servicex_analysis_utils/file_peeking.py
@@ -199,7 +199,7 @@ def print_structure_from_str(
199
continue
200
output_lines.append(f" │ ├── {branch_name} ; dtype: {dtype}")
201
202
- result_str = "\n".join(output_lines)
+ result_str = "\n".join(output_lines).encode("utf-8").decode("utf-8")
203
204
if save_to_txt:
205
with open("samples_structure.txt", "w") as f:
0 commit comments