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

Commitf0ecc38

Browse files
committed
[ci]: Update make_test_base to check length of extension list
1 parent67b1919 commitf0ecc38

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎.ci/make_test_base

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ 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-
new_value="'{}'".format(",".join(nl))
22+
iflen(nl)>0:
23+
new_value="'{}'".format(",".join(nl))
24+
else:
25+
new_value="''"
2326
returnnew_value
2427
else:
2528
returnvalue

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp