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

My/worker return values #59

Merged
merged 10 commits into from
Sep 20, 2023
Merged

My/worker return values #59

merged 10 commits into from
Sep 20, 2023

Conversation

m-yahya
Copy link
Member

@m-yahya m-yahya commented Sep 20, 2023

This will enable the extraction of responses from CLI commands, subsequently storing these responses in a Python dictionary.

Copy link

@clangenb clangenb left a comment

Choose a reason for hiding this comment

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

Looks good to me!

@@ -104,7 +104,6 @@ fn new_account(trusted_args: &TrustedCli) -> CliResult {
drop(store);
info!("new account {}", key.to_ss58check());
let key_str = key.to_ss58check();
println!("{}", key_str);
Copy link

@clangenb clangenb Sep 20, 2023

Choose a reason for hiding this comment

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

I think that this leads to the CI error. Has this been changed for a reason?

Copy link

@j-ti j-ti Sep 20, 2023

Choose a reason for hiding this comment

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

As we now give return values now, we did not need it, but we can reinsert it. I will do so an push it

@m-yahya m-yahya merged commit aaf4b4a into master Sep 20, 2023
7 checks passed
@j-ti j-ti deleted the my/worker-return-values branch October 27, 2023 13:54
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.

3 participants