Skip to content

Extract type of stdout #5

@AmanGupta03

Description

@AmanGupta03

output generate by script is obtained only as string now. we need to either send type along with output and then typecast them accordingly, or there may be more elite solution!

eg consider two python script
a = 2
a
and second

a = '2'
a
output in both case will be '2\n'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions