Commit 1b819175 authored by zhanglu's avatar zhanglu

Merge branch 'hotfix/fix' into 'master'

类型错误

See merge request alpha/sun!143
parents 61874a39 cb857bc4
...@@ -67,7 +67,7 @@ class TagUpdateOrCreateView(APIView): ...@@ -67,7 +67,7 @@ class TagUpdateOrCreateView(APIView):
try: try:
data = self.rpc['venus/sun/tag/edit'](id=id, data=data).unwrap() data = self.rpc['venus/sun/tag/edit'](id=id, data=data).unwrap()
except Exception as e: except Exception as e:
error_logger.error(u'创建/编辑标签%d信息失败%s' % (id, e)) error_logger.error(u'创建/编辑标签%s信息失败%s' % (id, e))
raise raise
return data 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