Skip to content

Commit

Permalink
Fix linting error for txt
Browse files Browse the repository at this point in the history
  • Loading branch information
eurunuela committed Aug 19, 2020
1 parent 1852f59 commit c8c4c65
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions phys2bids/interfaces/txt.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,8 +294,10 @@ def read_header_and_channels(filename, chtrig):

def populate_phys_input(filename, chtrig):
"""
Populate object phys_input, extracts header and deduces from it
the format file, afterwards it passes the needed information to
Populate object phys_input.
Extract header and deduce from it the format file,
afterwards pass the needed information to
the corresponding reading function.
Parameters
Expand Down

0 comments on commit c8c4c65

Please sign in to comment.