Skip to content

Commit 9914f6b

Browse files
committed
chore: Fix indentation
Signed-off-by: Anurag Dixit <[email protected]>
1 parent a9bb1d6 commit 9914f6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

noxfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ def install_torch_trt(session):
3636
print("Installing latest torch-tensorrt build")
3737
session.chdir(os.path.join(TOP_DIR, "py"))
3838
if USE_CXX11:
39-
session.run("python", "setup.py", "develop", "--use-cxx11-abi")
39+
session.run('python', 'setup.py', 'develop', '--use-cxx11-abi')
4040
else:
41-
session.run("python", "setup.py", "develop")
41+
session.run("python", "setup.py", "develop")
4242

4343
def download_datasets(session):
4444
print("Downloading dataset to path", os.path.join(TOP_DIR, 'examples/int8/training/vgg16'))

0 commit comments

Comments
 (0)