Oz N Tiram 9 年 前
コミット
f7c623223e
1 ファイル変更1 行追加1 行削除
  1. 1 1
      frank/frank.py

+ 1 - 1
frank/frank.py

@@ -182,7 +182,7 @@ def clone(clone_url, branch, depth=1):
 @taskq.task()
 def count_beans():
     print "count_12"
-     return "count_12"
+    return "count_12"
 
 
 @taskq.task()