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

Commit 1973b44

Browse files
Remove accidental comma
I must have fixed this blog at least three times and Then stashed the changes
1 parent bd74210 commit 1973b44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎queries/select_part.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class SelectPart(SelectionQuery):
2121
def handle_single(self,view_information,query_description,extra = {}):
2222
# print(" inside here selection where he parked ")
2323
selection = self._get_selection(view_information,extra)
24-
build = self.general_build if self.general_build else line_partial(self.code,selection[0]),
24+
build = self.general_build if self.general_build else line_partial(self.code,selection[0])
2525
if not build or not build[0] :
2626
return None,None
2727
root,atok,m,r = build

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /