]> git.proxmox.com Git - mirror_zfs.git/commit
Fix arc_summary.py -d crash with Python3
authorScot W. Stevenson <scot.stevenson@gmail.com>
Sun, 12 Nov 2017 04:27:43 +0000 (05:27 +0100)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Sun, 12 Nov 2017 04:27:43 +0000 (20:27 -0800)
commit5277f208f290ea4e2204800a66c3ba20a03fe503
tree217ed55031313452a83b48fb3ad1af0cade7cc30
parent7c351e31d5961a65ebf8ba2110f941391834df55
Fix arc_summary.py -d crash with Python3

Prevents arc_summary.py crashing when called with parameter -d or
long form --description with Python3.

Reviewed-by: George Melikov <mail@gmelikov.ru>
Reviewed-by: Giuseppe Di Natale <dinatale2@llnl.gov>
Signed-off-by: Scot W. Stevenson <scot.stevenson@gmail.com>
Closes #6849
Closes #6850
cmd/arc_summary/arc_summary.py