pep8: Fix E125 continuation line does not distinguish itself from next logical line

This commit is contained in:
Brandon Heller
2012-11-13 14:56:49 -08:00
parent 7a5060478b
commit 615ebb7afa
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -475,7 +475,7 @@ class MiniEdit( Frame ):
target = self.findItem( x, y )
dest = self.itemToWidget.get( target, None )
if ( source is None or dest is None or source == dest
or dest in source.links or source in dest.links ):
or dest in source.links or source in dest.links ):
self.releaseLink( event )
return
# For now, don't allow hosts to be directly linked