commit | f722714109845c29435ddfe532829ae78ba31a63 | [log] [tgz] |
---|---|---|
author | John Kacur <jkacur@redhat.com> | Fri Nov 06 13:41:14 2020 -0500 |
committer | John Kacur <jkacur@redhat.com> | Fri Nov 06 13:43:36 2020 -0500 |
tree | de771880f3c7e05e4698a3287e5431427b35cea2 | |
parent | 5bdc3d88d9f7ee1f572dd21b67a6131c7d54aea3 [diff] |
python-linux-procfs: procfs.py: Simplify is_s390 Simply is_s390 by using bool instead of if statement. Add a docstring to the function and remove space from shebang while we're at it. Signed-off-by: John Kacur <jkacur@redhat.com>