diff --git a/logpyle/runalyzer.py b/logpyle/runalyzer.py index e6dc6a7..7c47a56 100644 --- a/logpyle/runalyzer.py +++ b/logpyle/runalyzer.py @@ -458,7 +458,7 @@ def my_sprintf(format: str, arg: str) -> str: # }}} -def is_gathered(conn: sqlite3.Connection): +def is_gathered(conn: sqlite3.Connection) -> bool: gathered = False # get a list of tables with the name of 'runs' res = list(conn.execute("""