Skip to content

Commit

Permalink
Fixed Inappropriate Logical Expression
Browse files Browse the repository at this point in the history
  • Loading branch information
fabihatasneem committed Dec 1, 2023
1 parent 0027524 commit cd1aa9a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyrevitlib/rpw/ui/forms/console.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,8 +346,6 @@ def history_iter(self):
except IndexError:
if len(lines) == 0:
return None
if len(lines) < 0:
self.history_index += len(lines)
if len(lines) > 0:
self.history_index -= len(lines)
line = lines[0]
Expand Down

0 comments on commit cd1aa9a

Please sign in to comment.