Merge ~jugmac00/turnip:fix-typo into turnip:master

Proposed by Jürgen Gmach
Status: Merged
Approved by: Jürgen Gmach
Approved revision: 32e180003a137029e42cb3d0efff6a795a1a9cbd
Merge reported by: Otto Co-Pilot
Merged at revision: not available
Proposed branch: ~jugmac00/turnip:fix-typo
Merge into: turnip:master
Diff against target: 12 lines (+1/-1)
1 file modified
turnip/pack/git.py (+1/-1)
Reviewer Review Type Date Requested Status
Colin Watson (community) Approve
Review via email: mp+413897@code.launchpad.net

Commit message

fix typo

To post a comment you must log in.
Revision history for this message
Colin Watson (cjwatson) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/turnip/pack/git.py b/turnip/pack/git.py
index 0597224..59a1589 100644
--- a/turnip/pack/git.py
+++ b/turnip/pack/git.py
@@ -638,7 +638,7 @@ class PackBackendProtocol(PackServerProtocol):
638 # must be old-style classes or derived from BaseException,638 # must be old-style classes or derived from BaseException,
639 # not NoneType", since proxy.callRemote and Twisted event loop639 # not NoneType", since proxy.callRemote and Twisted event loop
640 # could clean up the current exception. That's why we store640 # could clean up the current exception. That's why we store
641 # current exception at the begining of the `except` block and641 # current exception at the beginning of the `except` block and
642 # reraise it here.642 # reraise it here.
643 six.reraise(t, v, tb)643 six.reraise(t, v, tb)
644644

Subscribers

People subscribed via source and target branches