Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Ortiz <rafael@activitycentral.com>2013-03-07 05:40:37 (GMT)
committer Rafael Ortiz <rafael@activitycentral.com>2013-03-07 05:40:37 (GMT)
commitb8d0e1f531ba19cc6b43ac05dcce465078417978 (patch)
tree59c11dbf66bb3603feac6a5d57974b0407c99b4d
parentcc02fea1202a9dea2b5c57d4c501889447fa1b59 (diff)
style fix
-rw-r--r--GetIABooksActivity.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/GetIABooksActivity.py b/GetIABooksActivity.py
index a1488d0..d2f8d33 100644
--- a/GetIABooksActivity.py
+++ b/GetIABooksActivity.py
@@ -753,7 +753,7 @@ class GetIABooksActivity(activity.Activity):
file_path = os.path.join(activity.get_bundle_path(), 'application-ogg.png')
self.add_image(file_path)
else:
- file_path = os.path.join(activity.get_bundle_path(),'generic_cover.png')
+ file_path = os.path.join(activity.get_bundle_path(), 'generic_cover.png')
self.add_image(file_path)
def add_image(self, file_path):