avinash8526 / Murgi

For converting visual studio .trx file into beautiful html reports

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Syntax Error

elronio opened this issue · comments

File "aviconv.py", line 13
print os.getcwd()
^
SyntaxError: invalid syntax

Hi elronio,

I developed this considering python 2.7, you might be having newer version of python in which print statement has different syntax, Further I will remove all print statement and then it should work fine for you.
Thanks for pointing out.

Commit 13f265e