Skip to content

Commit

Permalink
remove older comment
Browse files Browse the repository at this point in the history
  • Loading branch information
zleman1593 committed Nov 11, 2024
1 parent 07e09dc commit 54908dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_torchfix.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def test_no_python_files(tmp_path):
non_python_file.write_text("This is not a Python file")

# Run torchfix on the temporary directory
# TODO: Fix this. This will not run the test on current build
# Seems wrong to call python3 directly here.
result = subprocess.run(
["python3", "torchfix/__main__.py", str(tmp_path)],
capture_output=True,
Expand Down

0 comments on commit 54908dd

Please sign in to comment.