Skip to content

Commit

Permalink
bot-data.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CCS Operator Account committed Oct 2, 2020
1 parent 08f305d commit bb67a44
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bot-data.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env ccs-script
import sys
import time
#sys.path.insert(0,"/gpfs/slac/lsst/fs1/g/data/youtsumi/ts8/fp-scripts/lib")
from optparse import OptionParser
from org.lsst.ccs.scripting import CCS
Expand Down Expand Up @@ -33,6 +34,7 @@
# Assume if run is set we are running under eTraveler
if options.run:
fp = CCS.attachProxy('focal-plane')
time.sleep(10.0)
versions.write_versions(fp)

import config
Expand Down

0 comments on commit bb67a44

Please sign in to comment.