소스 검색

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(