Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
Signed-off-by: Soldrion <78869992+Soldrion@users.noreply.github.com>
  • Loading branch information
Soldrion authored Mar 8, 2024
1 parent 6b9335e commit 3d6f1b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ def cmd_processor(cmd):
if cmd_split[1] == "dos_fdisk":
screen_lines.append("the disk is f")
if cmd_split[1] == "ls":
screen_lines.append(" ")
for i in range(0,len(directories)):
item = directories[i]
items.append(item)
Expand Down

0 comments on commit 3d6f1b2

Please sign in to comment.