Fix a typo in utils.py

TrivialFix

Change-Id: Ia22e31c78abf45fb9e7bff144c41f19c961dab28
This commit is contained in:
zhangyanxian 2016-09-21 09:28:39 +00:00
parent 8d388e7e26
commit efc1d695e9
1 changed files with 1 additions and 1 deletions

View File

@ -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)