Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ValueError: unsupported format character '<' (0x3c) at index 3 #27

Open
rahul00773 opened this issue Feb 9, 2016 · 2 comments
Open

Comments

@rahul00773
Copy link

Hi i am getting error on running code . can you please help

HTML_BODY= """

<title></title>
<style>
table {color: #333;font-family: calibri; width: 80%%;border-collapse:collapse; border-spacing: 0;}
td, th { border: 1px solid #CCC;width:100px; height: 30px; }
th {background: #F3F3F3;font-weight: bold;font-size: 13px;}
td {background: #FAFAFA;text-align: center; font-size: 12px;}
</style>




















S.No.

Scenario Name

Total Test Cases

Passed Test Cases

Failed Test Cases

1

%s%

%s%

%s%

%s%


 


















Total Scenario

Total Test Cases

Passed Test Cases

Failed Test Cases

%s%

%s%

%s%

%s%


 


""" %(self.__flow,self.__totalflowtestcases,self.__flowtestpass,self.__flowtestfail,self.__alltestcases,self.__alltestcases,self.__testpass,self.__testfail)
@vsoch
Copy link
Owner

vsoch commented Feb 9, 2016

Could you please give more detail about the command you are running? I can't make sense of what you'e pasted into the window.

@vsoch
Copy link
Owner

vsoch commented Feb 9, 2016

Generally an unsupported format character means that the input that you are putting into (some function) needs to be read as a different encoding, typically the default is ascii and you might try utf-8.

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

No branches or pull requests

2 participants