~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to bin/ivle-fetchsubmissions

  • Committer: William Grant
  • Date: 2009-05-12 14:10:21 UTC
  • mto: This revision was merged to the branch mainline in revision 1247.
  • Revision ID: grantw@unimelb.edu.au-20090512141021-qcyw3vh9wzhyb588
ivle-fetchsubmissions: Don't give traceback.print_exc() an extra arg.

Show diffs side-by-side

added added

removed removed

Lines of Context:
282
282
            # is reported, and we can continue)
283
283
            print >>sys.stderr, "ERROR on submission for %s:" % (
284
284
                submission.assessed.principal.display_name)
285
 
            traceback.print_exc(e)
 
285
            traceback.print_exc()
286
286
 
287
287
if __name__ == "__main__":
288
288
    sys.exit(main(sys.argv))