Skip to content

Commit 283f54a

Browse files
committed
adding the plus
1 parent 54ca95e commit 283f54a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

functions/bdDijkstra.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ def getName(self):
1313
def getControlNames(self, version):
1414
self.version = version
1515
if self.version < 2.5:
16-
return self.commonControls + self.commonBoxes [
16+
return self.commonControls + self.commonBoxes + [
1717
'labelSourceId', 'lineEditSourceId', 'buttonSelectSourceId',
1818
'labelTargetId', 'lineEditTargetId', 'buttonSelectTargetId',
1919
]
2020
else:
21-
return self.commonControls + self.commonBoxes [
21+
return self.commonControls + self.commonBoxes + [
2222
'labelSourceIds', 'lineEditSourceIds', 'buttonSelectSourceIds',
2323
'labelTargetIds', 'lineEditTargetIds', 'buttonSelectTargetIds',
2424
]

0 commit comments

Comments
 (0)