Skip to content

Commit

Permalink
nilrt-snac: fixup whitespace in nilrt-snac ptest
Browse files Browse the repository at this point in the history
Python files use spaces for indentation.

Signed-off-by: Alex Stewart <[email protected]>
  • Loading branch information
amstewart committed Sep 20, 2024
1 parent 4ffacf6 commit 626231b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes-ni/nilrt-snac/files/run-ptest
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ import pytest
os.environ["PATH"] = "/usr/local/natinst/bin:" + os.environ.get("PATH", "")

pytest.main([
"--automake",
"/usr/lib/nilrt-snac/tests/integration",
"--automake",
"/usr/lib/nilrt-snac/tests/integration",
])

0 comments on commit 626231b

Please sign in to comment.