Remove comment
This commit is contained in:
parent
f753479708
commit
847b7587a7
1 changed files with 0 additions and 1 deletions
|
|
@ -20,7 +20,6 @@ LOG = logging.getLogger(__name__)
|
|||
# Functions
|
||||
def add_dev_line(test_obj, details) -> None:
|
||||
"""Add device line to test report."""
|
||||
# TODO: Replace bytes_to_string with wk.hw.disk version ?
|
||||
if details is test_obj.dev:
|
||||
details = details.raw_details
|
||||
filesystem = details['fstype']
|
||||
|
|
|
|||
Loading…
Reference in a new issue