We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d76946 + 6537e38 commit 8841141Copy full SHA for 8841141
cmd/gpu_plugin/gpu_plugin.go
@@ -68,7 +68,7 @@ func (dp *devicePlugin) Scan(notifier dpapi.Notifier) error {
68
for {
69
devTree, err := dp.scan()
70
if err != nil {
71
- return err
+ fmt.Println("WARNING: Failed to scan: ", err)
72
}
73
74
notifier.Notify(devTree)
0 commit comments