diff --git a/setup.py b/setup.py index eefcf24..0ef72e8 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name='sastadev', - version='0.1.1', + version='0.1.2', description='Linguistic functions for SASTA tool', long_description=long_description, long_description_content_type='text/markdown', diff --git a/src/sastadev/readmethod.py b/src/sastadev/readmethod.py index 649e122..89912b3 100644 --- a/src/sastadev/readmethod.py +++ b/src/sastadev/readmethod.py @@ -153,7 +153,7 @@ def read_method(methodname: str, methodfilename: FileName) -> Method: altitems: List[str] = getaltitems(row[altcol]) implies: List[str] = getimplies(row[impliescol]) original: bool = getboolean(row[originalcol]) - pages: str = get_pages(row[pagescol]) + pages: str = str(get_pages(row[pagescol])) fase: int = getint(row[fasecol]) query: str = row[querycol] inform: str = row[informcol]