Skip to content

print "Got " + appRespCode + "from the app, check your options l.866 #17

@SlivTaMere

Description

@SlivTaMere

Hi
Line 866 cause a TypeError being caught by the general "except"

print "Got " + appRespCode + "from the app, check your options
->
print "Got " + str(appRespCode) + "from the app, check your options

Same l.570 and maybe elsewhere

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions