Skip to content
Snippets Groups Projects
Commit 3e373608 authored by Kien Le's avatar Kien Le
Browse files

Fix type docstring for getDataTypeFromFile

parent f8a68ccd
No related branches found
No related tags found
1 merge request!31Add type hint to controller code
...@@ -154,7 +154,7 @@ def getDataTypeFromFile( ...@@ -154,7 +154,7 @@ def getDataTypeFromFile(
:param path2file: str - absolute path to processed file :param path2file: str - absolute path to processed file
:param sign_chan_data_type_dict: {str: str} - dict of unique chan for data :param sign_chan_data_type_dict: {str: str} - dict of unique chan for data
type type
:return: str, str - detected data type, channel from which data type is :return: None / str, str - detected data type, channel from which data type is
detected detected
""" """
try: try:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment