We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d29711b commit 83fc375Copy full SHA for 83fc375
mns_subscription/Makefile
@@ -1,6 +1,6 @@
1
2
unsubscribe:
3
- @PYTHONPATH=src python src/unsubscribe_mns.py
+ @PYTHONPATH=src poetry run python src/unsubscribe_mns.py
4
5
test:
6
@PYTHONPATH=src:tests python -m unittest
0 commit comments