Merge ~cjwatson/launchpad:flake8-e501 into launchpad:master

Proposed by Colin Watson
Status: Merged
Approved by: Colin Watson
Approved revision: 4fa00bfb537aec957efec26133ab8eacd4af0efe
Merge reported by: Otto Co-Pilot
Merged at revision: not available
Proposed branch: ~cjwatson/launchpad:flake8-e501
Merge into: launchpad:master
Diff against target: 15 lines (+2/-2)
1 file modified
lib/lp/translations/scripts/language_pack.py (+2/-2)
Reviewer Review Type Date Requested Status
Cristian Gonzalez (community) Approve
Review via email: mp+406654@code.launchpad.net

Commit message

flake8: Fix E501 line too long

Description of the change

Introduced by recent lint-fixing.

To post a comment you must log in.
Revision history for this message
Cristian Gonzalez (cristiangsp) wrote :

Looks good!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/lib/lp/translations/scripts/language_pack.py b/lib/lp/translations/scripts/language_pack.py
index e70ab7d..a514671 100644
--- a/lib/lp/translations/scripts/language_pack.py
+++ b/lib/lp/translations/scripts/language_pack.py
@@ -264,8 +264,8 @@ def export_language_pack(distribution_name, series_name, logger,
264 logger.error('Uploading to the Librarian failed: %s', e)264 logger.error('Uploading to the Librarian failed: %s', e)
265 return None265 return None
266 except Exception:266 except Exception:
267 # Generic exception statements are used in order to prevent premature267 # Generic exception statements are used in order to prevent
268 # termination of the script.268 # premature termination of the script.
269 logger.exception(269 logger.exception(
270 'Uncaught exception while uploading to the Librarian')270 'Uncaught exception while uploading to the Librarian')
271 return None271 return None

Subscribers

People subscribed via source and target branches

to status/vote changes: