Skip to content

Commit

Permalink
Deal with NOJET in dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
orenbenkiki committed Mar 27, 2024
1 parent 2bf1a01 commit abcbe89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/jet.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def is_disabled(path, line):
unused = 0
for path, lines in unused_lines.items():
for line_index, line_text in enumerate(lines):
if "NOJET" in line_text:
if "NOJET" in line_text and ".jl/" in line_text:
if unused == 0:
print("")
unused += 1
Expand Down

0 comments on commit abcbe89

Please sign in to comment.