daca2: remove aws code from daca2-report
This commit is contained in:
parent
c32d0f1992
commit
af8f5ef57c
|
@ -31,13 +31,6 @@ def readdate(data):
|
||||||
return None
|
return None
|
||||||
datepos = datepos + 1
|
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 = '.'
|
path = '.'
|
||||||
if len(sys.argv) == 2:
|
if len(sys.argv) == 2:
|
||||||
path = sys.argv[1]
|
path = sys.argv[1]
|
||||||
|
|
Loading…
Reference in New Issue