From efc1d695e914caf9c6914bbff0da109e1dc71fdf Mon Sep 17 00:00:00 2001 From: zhangyanxian Date: Wed, 21 Sep 2016 09:28:39 +0000 Subject: [PATCH] Fix a typo in utils.py TrivialFix Change-Id: Ia22e31c78abf45fb9e7bff144c41f19c961dab28 --- murano/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/murano/utils.py b/murano/utils.py index 284e52f3..dad352a7 100644 --- a/murano/utils.py +++ b/murano/utils.py @@ -166,7 +166,7 @@ else: def _do_open(self): # the file has to be open in read mode, therefore this method has - # to be overriden + # to be overridden basedir = os.path.dirname(self.path) if basedir: made_basedir = ensure_tree(basedir)