mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 20:06:31 +08:00
Fix linting errors. (#3127)
This commit is contained in:
committed by
Philipp Moritz
parent
55d161b49f
commit
5aa29613db
+1
-1
@@ -98,7 +98,7 @@ class build_ext(_build_ext.build_ext):
|
||||
for filename in optional_ray_files:
|
||||
try:
|
||||
self.move_file(filename)
|
||||
except Exception as e:
|
||||
except Exception:
|
||||
print("Failed to copy optional file {}. This is ok."
|
||||
.format(filename))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user