Fix bundlebuilder - pylint patch 050e9 broke some indentation
This commit is contained in:
parent
21e71a3048
commit
a13ef2209b
@ -78,10 +78,10 @@ def _extract_bundle(source_file, dest_dir):
|
|||||||
if not os.path.exists(os.path.dirname(path)):
|
if not os.path.exists(os.path.dirname(path)):
|
||||||
os.makedirs(os.path.dirname(path))
|
os.makedirs(os.path.dirname(path))
|
||||||
|
|
||||||
outfile = open(path, 'wb')
|
outfile = open(path, 'wb')
|
||||||
outfile.write(zf.read(name))
|
outfile.write(zf.read(name))
|
||||||
outfile.flush()
|
outfile.flush()
|
||||||
outfile.close()
|
outfile.close()
|
||||||
|
|
||||||
def _get_source_path(path=None):
|
def _get_source_path(path=None):
|
||||||
if path:
|
if path:
|
||||||
|
Loading…
Reference in New Issue
Block a user