FS#30531 - [units] units_cur does not work
Attached to Project:
Community Packages
Opened by philomath (archadmirer) - Wednesday, 04 July 2012, 08:34 GMT
Last edited by Sergej Pupykin (sergej) - Wednesday, 04 July 2012, 08:54 GMT
Opened by philomath (archadmirer) - Wednesday, 04 July 2012, 08:34 GMT
Last edited by Sergej Pupykin (sergej) - Wednesday, 04 July 2012, 08:54 GMT
|
Details
Description:
units_cur has a shebang of /usr/bin/python, but it uses python2 syntax. Additional info: * package version(s) GNU Units version 2.00 Steps to reproduce: just invoke units_cur. you will get a "SyntaxError: invalid syntax". Proposed change: change shebang to /usr/bin/python2. |
This task depends upon