Skip to content

Commit

Permalink
Start: Lint
Browse files Browse the repository at this point in the history
Signed-off-by: kingbri <[email protected]>
  • Loading branch information
bdashore3 committed Apr 13, 2024
1 parent 4d158da commit 3d14283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def get_install_features(lib_name: str = None):
install_features = lib_name
else:
print(
f"WARN: GPU library {lib} not found. "
f"WARN: GPU library {lib_name} not found. "
"Skipping GPU-specific dependencies.\n"
"WARN: Please delete gpu_lib.txt and restart "
"if you want to change your selection."
Expand Down

0 comments on commit 3d14283

Please sign in to comment.