mirror of
https://github.com/rwinkhart/sshyp.git
synced 2026-09-05 16:47:14 -04:00
Fixed folder names occasionaly not showing in entry list
Former-commit-id: 396b2d4b97957453cd735750f4ec5a7bb9f1e233 Former-commit-id: ce0c40855327d6263f0fbdc445f8abf1fb0077e7
This commit is contained in:
@@ -35,7 +35,6 @@ def entry_list_gen(_directory=f"{home}/.local/share/sshyp/"): # generates and p
|
|||||||
print(fill(' '.join(_entry_list), width=_width) + '\n')
|
print(fill(' '.join(_entry_list), width=_width) + '\n')
|
||||||
elif _ran:
|
elif _ran:
|
||||||
print('\u001b[38;5;9m-empty directory-\u001b[0m\n')
|
print('\u001b[38;5;9m-empty directory-\u001b[0m\n')
|
||||||
else:
|
|
||||||
_ran = True
|
_ran = True
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user