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

Commit659ef91

Browse files
committed
chore: correct ruff format for old commits I pulled in.
Signed-off-by: Brian Harring <ferringb@gmail.com>
1 parent4b3881a commit659ef91

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

‎src/pkgcore/ebuild/domain.py‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,9 @@ def f(r, v):
573573
((packages.AlwaysTrue,default_keys),), (f(*i)foriinaccept_keywords)
574574
)
575575
else:
576-
data=non_incremental_collapsed_restrict_to_data(((packages.AlwaysTrue,default_keys),),accept_keywords)
576+
data=non_incremental_collapsed_restrict_to_data(
577+
((packages.AlwaysTrue,default_keys),),accept_keywords
578+
)
577579

578580
returndelegate(partial(self._apply_keywords_filter,data))
579581

‎src/pkgcore/ebuild/profiles.py‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
"ENV_UNSET",
4646
)
4747

48+
4849
classProfileError(errors.ParsingError):
4950
def__init__(self,path,filename,error):
5051
self.path,self.filename,self.error=path,filename,error

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp