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 749c057 commit bf7291bCopy full SHA for bf7291b
servicex_analysis_utils/file_peeking.py
@@ -196,13 +196,13 @@ def print_structure_from_str(
196
structure_dict = json.loads(structure_str)
197
198
output_lines.append(
199
- f"\n---------------------------\n"
+ "\n---------------------------\n"
200
f"\U0001f4c1 Sample: {sample_name}\n"
201
- f"---------------------------"
+ "---------------------------"
202
)
203
204
# Get the metadata first
205
- output_lines.append(f"\nFile Metadata \u2139\ufe0f :\n")
+ output_lines.append("\nFile Metadata \u2139\ufe0f :\n")
206
if "FileMetaData" not in structure_dict:
207
output_lines.append("No FileMetaData found in dataset.")
208
else:
0 commit comments