LeoIannacone / npm2deb

tool to help debianize Node.js modules
GNU General Public License v3.0
46 stars 34 forks source link

Invalid format string #126

Closed maikeueule closed 5 years ago

maikeueule commented 5 years ago

Hi,

Minor issue but there is a typo in the format string with a % missing at the end, which prevents npm2deb to report some errors while building packages:

https://github.com/LeoIannacone/npm2deb/blob/master/npm2deb/__init__.py#L409

shanavas786 commented 5 years ago

This was about to be fixed in #121 which is not yet merged. Would you mind a PR ?