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

Commit21d3520

Browse files
committed
[ci]: Update make_test_base to python 2.6.x support
1 parent46f3ac4 commit21d3520

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

‎.ci/make_test_base

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,7 @@ def prepare_extlist(value):
1919
if"pg_pathman"inl:
2020
# remove duplicates and reorder extension list to move pg_pathman to tail
2121
nl=sorted(list(set(l)),cmp=lambdaa,b:1ifa=="pg_pathman"else-1)
22-
iflen(nl)>0:
23-
new_value="'{}'".format(",".join(nl))
24-
else:
25-
new_value="''"
22+
new_value="'{0}'".format(",".join(nl))
2623
returnnew_value
2724
else:
2825
returnvalue

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp