Skip to content
This repository was archived by the owner on Jan 23, 2019. It is now read-only.

Commit 9e22376

Browse files
author
js-d-coder
committed
update lsi to fix bug with terminal size
1 parent 8b7934d commit 9e22376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import sys
1717
import shutil
1818

1919
# get size of the terminal for output in table format
20-
terminalRowSize, terminalColumnSize = shutil.get_terminal_size()
20+
terminalColumnSize, terminalRowSize = shutil.get_terminal_size()
2121

2222
parser = argparse.ArgumentParser(description=
2323
"""ls command alternative.

0 commit comments

Comments
 (0)