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(): @@ -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"

Loading…
Cancel
Save