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 6e312fe commit 3fcfd0bCopy full SHA for 3fcfd0b
servicex_analysis_utils/materialization.py
@@ -89,7 +89,7 @@ def to_awk(deliver_dict, dask=False, iterator=False, **kwargs):
89
awk_arrays[sample] = ak.concatenate(arrays)
90
else:
91
raise RuntimeError(
92
- f"No arrays yielded for sample {sample}. Check file content or TTree name."
+ f"No arrays yielded for sample {sample}. Check file content or TTree name."
93
)
94
95
# file is parquet
0 commit comments