Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: sagemaker and checks breakages #78

Merged
merged 1 commit into from
Feb 14, 2024
Merged

Conversation

Chriscbr
Copy link
Contributor

Updating code in sagemaker and checks winglibs to work with the latest version of Wing.

@Chriscbr Chriscbr merged commit 7fae037 into main Feb 14, 2024
4 checks passed
@Chriscbr Chriscbr deleted the rybickic/fix-wing-0.58.0 branch February 14, 2024 20:50
@@ -88,7 +88,7 @@ pub class Check impl ICheck {
* Invokes the check and returns it's result
*/
pub inflight run(): r.CheckResult {
let result = this.invoker.invoke("");
let result = this.invoker.invoke("")!;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
let result = this.invoker.invoke("")!;
let result = this.invoker.invoke()!;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants