Skip to content

Commit

Permalink
fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
M0stafaRady committed Nov 21, 2023
1 parent a6448cc commit de67a2e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cocotb/caravel_cocotb/scripts/verify_cocotb/Test.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,8 +314,7 @@ def convert_list_to_include(self, file):
# Add Includes to Set
include_indices = [i for i, flag in enumerate(split_line) if flag == "-I"]
for i in include_indices:
self.include_dirs.add(split_line[i+1])

self.include_dirs.add(split_line[i + 1])
return paths

def remove_argument(to_remove, patt):
Expand Down

0 comments on commit de67a2e

Please sign in to comment.