We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f21537d commit 871ad84Copy full SHA for 871ad84
pull_alerts.py
@@ -15,7 +15,7 @@
15
try:
16
import settings
17
except ImportError:
18
- print("*** Error: Follow setup instructions in README.md to create settings.py")
+ print("*** Error: Follow setup instructions in README.md TEST to create settings.py")
19
raise SystemExit(1)
20
21
0 commit comments