mirror of
https://github.com/littlefs-project/littlefs.git
synced 2025-12-01 12:20:02 +00:00
scripts: csv.py: Fixed lingering undefined renames in diff mode
This lingering reference to renames was missed when refactoring.
This commit is contained in:
@ -1423,7 +1423,7 @@ def main(csv_paths, *,
|
||||
|
||||
# find previous results?
|
||||
if args.get('diff'):
|
||||
_, diff_results = collect([args['diff']], renames, defines)
|
||||
_, diff_results = collect([args['diff']], defines)
|
||||
diff_results_ = []
|
||||
for r in diff_results:
|
||||
if not any(k in r and r[k].strip()
|
||||
|
||||
Reference in New Issue
Block a user