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.
1 parent 0800f96 commit 2bbec9aCopy full SHA for 2bbec9a
servicex_analysis_utils/file_peeking.py
@@ -192,7 +192,7 @@ def print_structure_from_str(
192
continue
193
output_lines.append(f" │ ├── {branch_name} ; dtype: {dtype}")
194
195
- result_str = "\n".join(output_lines)
+ result_str = "\n".join(output_lines).encode("utf-8").decode("utf-8")
196
197
if save_to_txt:
198
with open("samples_structure.txt", "w") as f:
0 commit comments