Skip to content

Commit caa4dc1

Browse files
committed
small commentings
1 parent 75be0bb commit caa4dc1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

app.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
except KeyError:
2727
buildSecret = defaultSecret
2828

29+
# Configurations in CONFIGFILE will override other environment variables
2930
try:
3031
configFile = os.environ["CONFIGFILE"]
3132
except KeyError:
@@ -34,9 +35,9 @@
3435
# Default configuration
3536

3637
config = {
37-
"workPath": workPath, #"work",
38+
"workPath": workPath,
3839
"remoteUrl": "https://github.com/CSCfi/csc-user-guide",
39-
"buildRoot": buildRoot, # "/home/jkataja/workspace/csc-user-guide/preview-bot/builds",
40+
"buildRoot": buildRoot,
4041
"debug": "False",
4142
"secret": "changeme",
4243
"prune": "True"

0 commit comments

Comments
 (0)