You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
oapiErr, _:=err.(*oapierror.GenericOpenAPIError) //nolint:errorlint //complaining that error.As should be used to catch wrapped errors, but this error should not be wrapped
66
+
ifoapiErr.StatusCode==http.StatusNotFound {
67
+
fmt.Printf("No active lock found for project %s\n", projectLabel)
68
+
returnnil
69
+
}
53
70
returnfmt.Errorf("get lock status for project: %w", err)
0 commit comments