Skip to content

Commit f39bb8d

Browse files
committed
fix first print to line up with service'x deliver message
1 parent d5f8efe commit f39bb8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

servicex_analysis_utils/file_peeking.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def print_structure_from_str(
160160

161161
output_lines = []
162162
output_lines.append(
163-
f"\nFile structure of all samples with branch filter '{filter_branch}':"
163+
f"\nFile structure of all samples with branch filter '{filter_branch}':\n"
164164
)
165165

166166
for sample_name, path in deliver_dict.items():

0 commit comments

Comments
 (0)