terryyin / lizard

A simple code complexity analyser without caring about the C/C++ header files or Java imports, supports most of the popular languages.
Other
1.85k stars 250 forks source link

Stylesheet loading fails because of location change. #180

Closed rasjani closed 7 years ago

rasjani commented 7 years ago

When viewing the xml report in the browser (atleast firefox) - viewing fails because location of the xsl file in the xml is "wrong" eg, there's 301 redirection to https://raw.githubusercontent.com/terryyin/lizard/master/lizard.xsl where the original is https://raw.github.com/terryyin/lizard/master/lizard.xsl

kskrishnan commented 7 years ago

Hi, can you please fix this?

terryyin commented 7 years ago

Sorry for the late fix. Done. and a new version deployed to Pypi too.