Skip to content

Commit

Permalink
Merge pull request #79 from spacetelescope/cds_git
Browse files Browse the repository at this point in the history
Add helpful message to the okification web page output
  • Loading branch information
cdsontag committed Jan 6, 2023
2 parents 2d03f0a + f7bbdce commit 9c62be8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pandokia/default_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,4 +289,4 @@ def complex_readpass():
#
# END OF CONFIGURATION
#
flagok_file = "/eng/ssb/tests/pdk_updates/%s.ok"
flagok_file = "/eng/etc/test/pdk_updates/%s.ok"
5 changes: 3 additions & 2 deletions pandokia/flagok.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,11 @@ def flagok(key_id, trans_id):

flagfile = pandokia.cfg.flagok_file % host
print(
"OK %s %s %s<br>" %
"OK %s %s %s (%s)<br>" %
(html_escape(str(test_name)),
html_escape(str(flagok_file)),
flagfile))
flagfile,
"note the .ok file starts on AWS in /data/pdk_updates"))

pdk_db.execute(
"update result_scalar set attn = 'N' where key_id = :1 ", (key_id,))
Expand Down

0 comments on commit 9c62be8

Please sign in to comment.