Skip to content

Commit

Permalink
Merge pull request #157 from physiopy/fix/summary
Browse files Browse the repository at this point in the history
Added empty line in summary
  • Loading branch information
Stefano Moia authored Feb 29, 2020
2 parents b7bdabc + f140202 commit 8a5e3ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phys2bids/phys2bids.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def print_summary(filename, ntp_expected, ntp_found, samp_freq, time_offset, out
File containing summary
"""
start_time = -time_offset
summary = (f'------------------------------------------------\n'
summary = (f'\n------------------------------------------------\n'
f'Filename: {filename}\n'
f'\n'
f'Timepoints expected: {ntp_expected}\n'
Expand Down

0 comments on commit 8a5e3ab

Please sign in to comment.