Skip to content

Python error in checkApplicationStatus.py': TypeError: cannot concatenate 'str' and 'int' objects` #46

@edburns

Description

@edburns
{
    "code": "DeploymentScriptError",
    "message": "Unable to use a TTY - input is not a terminal or the right kind of file"
},
{
    "code": "DeploymentScriptError",
    "message": "Traceback (most recent call last):"
},
{
    "code": "DeploymentScriptError",
    "message": "File \"/tmp/checkApplicationStatus.py\", line 58, in <module>"
},
{
    "code": "DeploymentScriptError",
    "message": "print(\"Summary: number of inactive application:\" + inactiveApp + '.')"
},
{
    "code": "DeploymentScriptError",
    "message": "TypeError: cannot concatenate 'str' and 'int' objects"
},

This was apparently introduced by #43.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions