This website works better with JavaScript.
Home
Explore
Help
Sign In
jrtechs
/
jrtechs-bash_manager
mirror of
https://github.com/jrtechs/bash_manager.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Fixed bug with printing when there are no entries
pull/39/head
jcc6611
4 years ago
parent
3bb1a893cc
commit
3754e8543d
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
src/utils/module.py
+ 2
- 2
src/utils/module.py
View File
@ -113,8 +113,8 @@ def print_menu(name, lines):
"""
padding_star
=
"
*
"
*
5
temp
=
0
max_len
=
0
temp
=
31
max_len
=
31
for
s
in
lines
:
temp
=
len
(
s
)
if
max_len
<
temp
:
Write
Preview
Loading…
Cancel
Save