Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar
diff options
context:
space:
mode:
authorMorgan Collett <morgan.collett@gmail.com>2008-04-25 11:17:50 (GMT)
committer Morgan Collett <morgan.collett@gmail.com>2008-04-25 11:17:50 (GMT)
commita13ef2209b50e50e71d8bf97966c31e5bfb4dc1d (patch)
treeeffe6cd0020f5bb7d5fb5d4d0e6b32fd4178746a /sugar
parent21e71a3048ae202555201fc4e397649b4a8ca405 (diff)
Fix bundlebuilder - pylint patch 050e9 broke some indentation
Diffstat (limited to 'sugar')
-rw-r--r--sugar/activity/bundlebuilder.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/sugar/activity/bundlebuilder.py b/sugar/activity/bundlebuilder.py
index 4ea05f8..3e70b3c 100644
--- a/sugar/activity/bundlebuilder.py
+++ b/sugar/activity/bundlebuilder.py
@@ -78,10 +78,10 @@ def _extract_bundle(source_file, dest_dir):
if not os.path.exists(os.path.dirname(path)):
os.makedirs(os.path.dirname(path))
- outfile = open(path, 'wb')
- outfile.write(zf.read(name))
- outfile.flush()
- outfile.close()
+ outfile = open(path, 'wb')
+ outfile.write(zf.read(name))
+ outfile.flush()
+ outfile.close()
def _get_source_path(path=None):
if path: