Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SRIKKANTH committed Jan 7, 2025
1 parent 0aa0c25 commit ebf088c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisa/tools/ls.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def list(self, path: str, sudo: bool = False) -> List[str]:
sudo=sudo,
)
if output:
return List(output.split())
return list(output.split())
else:
return []

Expand Down

0 comments on commit ebf088c

Please sign in to comment.