Python syntax issue?
bweston92 opened this issue · 1 comments
bweston92 commented
Issue with deploy_droplet.py in https://github.com/DataDog/the-monitor/blob/master/openstack/devstack/deploy_droplet.py
○ → deploy_droplet.py
File "/usr/bin/deploy_droplet.py", line 33
print "IP: " + IP
^
SyntaxError: Missing parentheses in call to 'print'
bweston92 commented
Whoops, my default Python interpretor is version 3, the script requires version 2. Changed hash bang on my local copy.