FogBugz » FogBugzPy A Python wrapper for the FogBugz API Read More
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.9.1, 0.9.2, and 0.9.3

merge

Changeset 0fa246811768

Parents 05f7d4e278b4

Parents f290aa4a51cf

by Profile picture of User 10Tyler Hicks-Wright <tghw@fogcreek.com>

Changes to one file · Browse files at 0fa246811768 Showing diff from parent 05f7d4e278b4 f290aa4a51cf Diff from another changeset...

Change 1 of 1 Show Entire File fogbugz.py Stacked
 
71
72
73
74
75
 
 
76
77
78
 
71
72
73
 
 
74
75
76
77
78
@@ -71,8 +71,8 @@
  except urllib2.URLError, e:   raise FogBugzConnectionError(e)   except UnicodeDecodeError, e: - print kwargs - raise + print kwargs + raise     if response.error:   raise FogBugzAPIError('Error Code %s: %s' % (response.error['code'], response.error.string,))