Compare commits

..

No commits in common. "784a84fb45c2151b194cf902d3cecd1f8281eea0" and "4e1336d1ba68a82fb65195858270d4786c6ca9bc" have entirely different histories.

2 changed files with 2 additions and 1 deletions

View file

@ -43,4 +43,4 @@ publish:
# run
run:
PYTHONPATH=src/ uv run python src/stacosys/run.py config-dev.ini
PYTHONPATH=src/ uv run python src/stacosys/run.py $(RUN_ARGS)

View file

@ -1,5 +1,6 @@
import configparser
import importlib.resources
import os
class Messages: