Removed final trunk from path

This commit is contained in:
Matt Guthaus 2016-11-09 12:12:00 -08:00
parent 7762e9d477
commit a61844b61b
1 changed files with 3 additions and 3 deletions

View File

@ -15,8 +15,8 @@ import datetime
USER = getpass.getuser() USER = getpass.getuser()
TO_FIELD = "openram@soe.ucsc.edu" #TO_FIELD = "openram@soe.ucsc.edu"
#TO_FIELD = "mrg@ucsc.edu" TO_FIELD = "mrg@ucsc.edu"
#TO_FIELD = "bchen12@ucsc.edu" #TO_FIELD = "bchen12@ucsc.edu"
FROM_FIELD = USER+"@ucsc.edu" FROM_FIELD = USER+"@ucsc.edu"
@ -100,7 +100,7 @@ def remove_cached_files():
def regress(): def regress():
print "Running Regressions" print "Running Regressions"
try: try:
os.chdir(LOCAL+"/trunk/compiler") os.chdir(LOCAL+"/compiler")
except OSError: except OSError:
print "Cannot find repository at " + LOCAL print "Cannot find repository at " + LOCAL
sys.exit(-2) sys.exit(-2)