瀏覽代碼

bugfix: don't concatenate list with string directly

Helge Jung 9 年之前
父節點
當前提交
859d220b20
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      modules/ffpb.py

+ 1 - 1
modules/ffpb.py

@@ -847,7 +847,7 @@ def ffpb_remoteexec(bot, trigger):
         target,
         target_cmd,
     ]
-    print("REMOTE EXEC = " + cmd)
+    print("REMOTE EXEC = " + str(cmd))
     try:
         # call SSH
         result = subprocess.check_output(