Fix a typo in utils.py
TrivialFix Change-Id: Ia22e31c78abf45fb9e7bff144c41f19c961dab28
This commit is contained in:
parent
8d388e7e26
commit
efc1d695e9
@ -166,7 +166,7 @@ else:
|
|||||||
|
|
||||||
def _do_open(self):
|
def _do_open(self):
|
||||||
# the file has to be open in read mode, therefore this method has
|
# 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)
|
basedir = os.path.dirname(self.path)
|
||||||
if basedir:
|
if basedir:
|
||||||
made_basedir = ensure_tree(basedir)
|
made_basedir = ensure_tree(basedir)
|
||||||
|
Loading…
Reference in New Issue
Block a user