Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit314c3d1

Browse files
jborean93frozencemetery
authored andcommitted
Fix undefined variable in get_all_statuses()
Resolves:#241Signed-off-by: Jordan Borean <jborean93@gmail.com>[rharwood@redhat.com: commit message tweaks]
1 parenta85972e commit314c3d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎gssapi/raw/misc.pyx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ class GSSError(Exception, metaclass=GSSErrorRegistry):
309309
msg, ctx, cont= _display_status(code, is_maj,
310310
message_context=ctx)
311311
res.append(msg.decode(msg_encoding))
312-
exceptValueError:
312+
exceptValueErroras e:
313313
res.append(u'{0} Decoding code: {1}'.format(e, code))
314314
cont=False
315315

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp