Commit 384d596b authored by 王浩's avatar 王浩

Merge branch 'master' of http://git.wanmeizhensuo.com/alpha/sun into haow/dev

parents 97fc5c79 1b819175
...@@ -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