Rewrote hooks for scheduler, notifications, boot, session, login, webpage webnotes/wnframework#351

This commit is contained in:
Rushabh Mehta
2013-12-16 12:48:22 +05:30
parent 30430796c7
commit c652a6254f
14 changed files with 65 additions and 113 deletions

View File

@@ -138,7 +138,7 @@ def upload():
error = True
ret.append('Error for row (#%d) %s : %s' % (row_idx,
len(row)>1 and row[1] or "", cstr(e)))
webnotes.errprint(webnotes.getTraceback())
webnotes.errprint(webnotes.get_traceback())
if error:
webnotes.conn.rollback()