Skip to content

Commit

Permalink
Supress too-many-locals
Browse files Browse the repository at this point in the history
  • Loading branch information
domna committed Sep 7, 2023
1 parent b927258 commit cce281f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pynxtools/dataconverter/convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def get_names_of_all_readers() -> List[str]:
return all_readers


# pylint: disable=too-many-arguments
# pylint: disable=too-many-arguments,too-many-locals
def convert(input_file: Tuple[str],
reader: str,
nxdl: str,
Expand Down

0 comments on commit cce281f

Please sign in to comment.