diff --git a/sartorius_logger/parsers.py b/sartorius_logger/parsers.py index cfa60ba..92e0fd9 100644 --- a/sartorius_logger/parsers.py +++ b/sartorius_logger/parsers.py @@ -55,7 +55,7 @@ def parse_cli_arguments(): def parse_gui_arguments(): from gooey import GooeyParser """ parses command line interface arguments """ - parser = argparse.GooeyParser( + parser = GooeyParser( description="Make time series measurements with a Sartorius scale.", epilog=( "Times can be specified as 10s, 10m, or 10h"