Pelagicore / pelux-sde

PELUX Software Development Environment
Mozilla Public License 2.0
7 stars 10 forks source link

Use sys.argv instead of argparse #4

Closed tobsan closed 6 years ago

tobsan commented 6 years ago

The PELUX SDKs do not ship the argparse module for python3, which causes the provisioning of the SDE to fail. Since there are no positional arguments but only one, required, argument on the command line, we can parse it with argv instead.

Signed-off-by: Tobias Olausson tobias.olausson@pelagicore.com