From: garciadeblas Date: Thu, 5 Jan 2017 10:58:41 +0000 (+0100) Subject: Added *.pyo to .gitignore-common; minor typo fixed in openmano client X-Git-Tag: v1.1.0~31 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FRO.git;a=commitdiff_plain;h=ed746039f90fa3a6742e31b267c301aa19ac7e8b;hp=f8fa9f0c5416198e167190ef3bd9e0d42944c391 Added *.pyo to .gitignore-common; minor typo fixed in openmano client Change-Id: I9096d854760c010fb7465bb3e2f5471873a7f6d2 Signed-off-by: garciadeblas --- diff --git a/.gitignore-common b/.gitignore-common index c71eced3..77f6798d 100644 --- a/.gitignore-common +++ b/.gitignore-common @@ -22,7 +22,8 @@ # This is a template with common files to be igonored, after clone make a copy to .gitignore # cp .gitignore-common .gitignore -*.pyc +*.pyc +*.pyo #auto-ignore .gitignore diff --git a/openmano b/openmano index 6c546c12..1e5f561e 100755 --- a/openmano +++ b/openmano @@ -579,7 +579,7 @@ def instance_create(args): if args.scenario != None: scenario = args.scenario if not scenario: - print "you must provide an scenario in the file descriptor or with --scenario" + print "you must provide a scenario in the file descriptor or with --scenario" return -1 myInstance["instance"]["scenario"] = _get_item_uuid("scenarios", scenario, tenant) if args.netmap_use: