daca2: remove aws code from daca2-report

This commit is contained in:
Daniel Marjamäki 2014-01-06 06:51:04 +01:00
parent c32d0f1992
commit af8f5ef57c
1 changed files with 0 additions and 7 deletions

View File

@ -31,13 +31,6 @@ def readdate(data):
return None
datepos = datepos + 1
if os.path.isfile(os.path.expanduser('~/aws-debian.pem')):
subprocess.call(['scp',
'-i',
os.path.expanduser('~/aws-debian.pem'),
'admin@ec2-54-201-59-232.us-west-2.compute.amazonaws.com:daca2/results-*.txt',
os.path.expanduser('~/daca2/')])
path = '.'
if len(sys.argv) == 2:
path = sys.argv[1]