Skip to content

Commit

Permalink
add comment for status_check tool
Browse files Browse the repository at this point in the history
  • Loading branch information
jreadey committed Apr 3, 2020
1 parent 1ba2d36 commit b6d6787
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/status_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
import time
import requests

#
# Continually check server status and output time and state.
#

if "HSDS_ENDPOINT" not in os.environ:
print("HSDS_ENDPOINT not set")
sys.exit(1)
Expand Down

0 comments on commit b6d6787

Please sign in to comment.