Compare commits
No commits in common. "784a84fb45c2151b194cf902d3cecd1f8281eea0" and "4e1336d1ba68a82fb65195858270d4786c6ca9bc" have entirely different histories.
784a84fb45
...
4e1336d1ba
2 changed files with 2 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
import configparser
|
||||
import importlib.resources
|
||||
import os
|
||||
|
||||
|
||||
class Messages:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue