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

Commitcf1354b

Browse files
pratik-anuragByron
authored andcommitted
removed Unnecessary “else” after “return”
1 parent5514660 commitcf1354b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎git/config.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -339,8 +339,7 @@ def string_decode(v):
339339

340340
ifPY3:
341341
returnv.encode(defenc).decode('unicode_escape')
342-
else:
343-
returnv.decode('string_escape')
342+
returnv.decode('string_escape')
344343
# end
345344
# end
346345

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp