esbo-etc.py moved

This commit is contained in:
Lukas Klass 2020-07-13 15:24:32 +02:00
parent 66c98640d2
commit 017128a840
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ from rich import console, markdown
if __name__ == "__main__":
# Parse arguments
parser = argparse.ArgumentParser(prog="esbo_etc/esbo-etc.py", description='Exposure time calculator for ESBO-DS')
parser = argparse.ArgumentParser(prog="esbo-etc.py", description='Exposure time calculator for ESBO-DS')
parser.add_argument("-c", "--config", dest='config', default="esbo-etc_defaults.xml",
metavar="config.xml", help="Path to the configuration file. Default is esbo-etc_defaults.xml.")
parser.add_argument("-l", "--logging", dest="logging", default="WARNING",

View File

@ -2,4 +2,4 @@
PYTHONPATH="${PYTHONPATH}:$(pwd)"
export PYTHONPATH
venv/bin/python3 esbo_etc/esbo-etc.py "$@"
venv/bin/python3 esbo-etc.py "$@"