We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d70a02 commit 068b7c8Copy full SHA for 068b7c8
megamenu-remote.py
@@ -1299,7 +1299,8 @@ def AddSDGR60(num):
1299
warwindows(screen, "已完成", "创建磁盘组成功")
1300
return CommandList(num)
1301
else:
1302
- getre = os.popen(k).readlines()
+ r, t, y = client.exec_command(k)
1303
+ getre = t.readlines()
1304
if getre == []:
1305
ss.close()
1306
warwindows(screen, "警告", "创建磁盘组失败")
0 commit comments