0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-14 11:41:49 +02:00

fix: extreme.py default config file changed to the config_example.yaml

This commit is contained in:
wyzula-jan
2023-10-10 12:17:05 +02:00
parent eb1f1d481e
commit 5814113f73

View File

@ -697,7 +697,7 @@ if __name__ == "__main__":
"--config", "--config",
"-c", "-c",
help="Path to the .yaml configuration file", help="Path to the .yaml configuration file",
default="config_wrong.yaml", default="config_example.yaml",
) )
args = parser.parse_args() args = parser.parse_args()