Bug#956188: dstat: SynctaxWarning: str is not callable

2020-05-22 Thread Witold Baryluk
Package: dstat Followup-For: Bug #956188 This is easy to fix (there was even a pull request upstream month ago to do it), but upstream project is discontinued: https://github.com/dstat-real/dstat/issues/170 I guess, dstat should be removed from Debian.

Bug#956188: dstat: SynctaxWarning: str is not callable

2020-04-08 Thread Sebastian Ramacher
Package: dstat Version: 0.7.4-6 Severity: normal dstat causes the following SyntaxWarnings: /usr/share/dstat/dstat_mysql_keys.py:41: SyntaxWarning: 'str' object is not callable; perhaps you missed a comma? if op.debug > 1: print('%s: exception' (self.filename, e))