1
0
Fork 0
forked from swee/MeowNex

Prepare for contribution #1

Merged
10kilo merged 30 commits from swee/MeowNex:main into main 2024-12-13 12:59:40 -08:00
Showing only changes of commit e69e5c6ab2 - Show all commits

View file

@ -279,7 +279,7 @@ def system(cmd, chan, rstrip=False):
outpp = "" outpp = ""
for line in iter(p.stdout.readline, b''): for line in iter(p.stdout.readline, b''):
if text != "" and text != " ": if text != "" and text != " ":
if not rstrip if not rstrip:
multiline(line.rstrip(), chan) multiline(line.rstrip(), chan)
else: else:
outpp += line.rstrip() + " " outpp += line.rstrip() + " "