openbaton / ems

Repository containing the source code of the Element Management System
Apache License 2.0
3 stars 8 forks source link

python 3 not supported in script execution #6

Closed lorenzotomasini closed 7 years ago

lorenzotomasini commented 7 years ago

here:

https://github.com/openbaton/ems/blob/develop/receiver.py#L112-L115

in order to support python 3 we need to run python3 instead of python. also in the second case /bin/bash does not work even if the first line is correctly setup

lorenzotomasini commented 7 years ago

simply remove the ['python']