Skip to content

Feature/meta migration#420

Merged
filippomc merged 36 commits intodevelopmentfrom
feature/meta_migration
Feb 10, 2022
Merged

Feature/meta migration#420
filippomc merged 36 commits intodevelopmentfrom
feature/meta_migration

Conversation

@ddelpiano
Copy link
Copy Markdown
Member

No description provided.

@ddelpiano ddelpiano marked this pull request as ready for review January 12, 2022 14:56
case 'error':
GEPPETTO.CommandController.log('ERROR while executing a Python command:');
GEPPETTO.CommandController.log(data.content.evalue.trim());
console.log('ERROR while executing a Python command:');
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

break;
case 'execute_result':
GEPPETTO.CommandController.log(data.content.data['text/plain'].trim(), true);
console.log(data.content.data['text/plain'].trim(), true);
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

break;
default:
GEPPETTO.CommandController.log(data.content.text.trim(), true);
console.log(data.content.text.trim(), true);
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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


const execPythonMessage = function (command, callback = handle_output) {
GEPPETTO.CommandController.log(`Executing Python command: ${command}`, true);
console.log(`Executing Python command: ${command}`, true);
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

@filippomc filippomc merged commit 8053a5b into development Feb 10, 2022
@filippomc filippomc deleted the feature/meta_migration branch February 10, 2022 13:32
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.

5 participants