#N/A Fix history rule with blank history
This commit is contained in:
@@ -11,6 +11,7 @@ def _not_corrected(history, tf_alias):
|
||||
if previous is not None and line != tf_alias:
|
||||
yield previous
|
||||
previous = line
|
||||
if history:
|
||||
yield history[-1]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user