Skip to content

Commit

Permalink
Update tests/integration/source_code/solacc.py
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Snare <[email protected]>
  • Loading branch information
ericvergnaud and asnare authored Jun 17, 2024
1 parent 06071a7 commit 3b1edd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/source_code/solacc.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def lint_all(file_to_lint: str | None):
if unparsed.exists():
os.remove(unparsed)
skipped: set[str] | None = None
malformed = Path(Path(__file__).parent, "solacc-malformed.txt")
malformed = Path(__file__).parent / "solacc-malformed.txt"
if file_to_lint is None and malformed.exists():
text = malformed.read_text()
skipped = set(text.split("\n"))
Expand Down

0 comments on commit 3b1edd4

Please sign in to comment.