We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e673bdc commit 0653f47Copy full SHA for 0653f47
2 files changed
local-bin/spreg_conf.py
@@ -1,3 +1,5 @@
1
+"""Contains config values used by the scripts in this folder."""
2
+
3
import yaml
4
5
idp_base = '/data/local/idp/'
local-bin/spreg_conf_4.py
@@ -1,3 +1,7 @@
+"""Contains config values used by the scripts in this folder.
+TODO: De-duplicate this file with the other conf.py file."""
6
7
0 commit comments