1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2026-03-05 00:12:49 +01: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",
"-c",
help="Path to the .yaml configuration file",
default="config_wrong.yaml",
default="config_example.yaml",
)
args = parser.parse_args()