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

Commitf68be38

Browse files
committed
Skip only gapi if it was not found
1 parent9ad778e commitf68be38

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,8 @@ def _classify_installed_files_override(
412412
final_install_relpaths.append(new_install_relpath)
413413
delm,fslash_relpath,new_install_relpath
414414
else:
415-
ifnotfound:
415+
# gapi can be missed if ADE was not downloaded (network issue)
416+
ifnotfoundand"gapi"notinrelpath_re:
416417
raiseException("Not found: '%s'"%relpath_re)
417418
delr,found
418419

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp