Commit 1b819175 authored by zhanglu's avatar zhanglu

Merge branch 'hotfix/fix' into 'master'

类型错误

See merge request !143
parents 61874a39 cb857bc4
......@@ -67,7 +67,7 @@ class TagUpdateOrCreateView(APIView):
try:
data = self.rpc['venus/sun/tag/edit'](id=id, data=data).unwrap()
except Exception as e:
error_logger.error(u'创建/编辑标签%d信息失败%s' % (id, e))
error_logger.error(u'创建/编辑标签%s信息失败%s' % (id, e))
raise
return data
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment