Browse Source

fixed another stupid gui bug

master
Holger Frey 5 years ago
parent
commit
cb2b4bbfb4
  1. 2
      sartorius_logger/parsers.py

2
sartorius_logger/parsers.py

@ -55,7 +55,7 @@ def parse_cli_arguments():
def parse_gui_arguments(): def parse_gui_arguments():
from gooey import GooeyParser from gooey import GooeyParser
""" parses command line interface arguments """ """ parses command line interface arguments """
parser = argparse.GooeyParser( parser = GooeyParser(
description="Make time series measurements with a Sartorius scale.", description="Make time series measurements with a Sartorius scale.",
epilog=( epilog=(
"Times can be specified as 10s, 10m, or 10h" "Times can be specified as 10s, 10m, or 10h"

Loading…
Cancel
Save