Is there any way to force and output to a str. I ...
# getting-started
q
Is there any way to force and output to a str. I ran into this error when passing
extra_args
to the docker local
Image
buider:
Copy code
File ".../venv/lib/python3.9/site-packages/pulumi_docker/docker.py", line 574, in get_command_line_message
        argstr = " ".join(args) if report_full_command_line else args[0]
    TypeError: sequence item 2: expected str instance, Output found
    error: an unhandled error occurred: Program exited with non-zero exit code: 1