42a96d7ca0d6dc1fe5c048e67d5649bf5b513d0d
Commit Graph

8 Commits

Author SHA1 Message Date
Ewan Mellor
2f70137a1b Bug #897054 : stack crashes with AttributeError on e.reason if the server returns an error
Swap the URLError and HTTPError exception handlers. HTTPError is a subclass
of URLError, so the HTTPError handler wasn't being reached.
Change-Id: Iec86d2b345dbd37858af888bbd54a74884025eda
2011年11月27日 20:14:40 -08:00
Ewan Mellor
0f7f91c2e5 Bug #884018 : "stack help" prints stacktrace if it cannot connect to the server
Add a handler for URLError, so that we print a nicer error message if stack
cannot connect to the server.
Change-Id: I24f977dcb12bee3bb21057fe9b19823d98581141
2011年10月30日 15:58:31 -07:00
Johannes Erdfelt
7b8f6ac41a Sort list of controllers/methods before printing 2011年05月18日 21:25:35 +00:00
termie
ac44b8a9c5 improve the formatting of the stack tool 2011年03月24日 12:42:46 -07:00
785c5df3d1 Removes circular import issues from bin/stack and replaces utils.loads with json.loads. Fixes Bug#704424 2011年01月18日 10:24:20 -05:00
Andy Smith
5679caa48b rename easy to direct in the scripts 2011年01月04日 14:39:48 -08:00
Andy Smith
1a66771aaf fix typo in stack tool 2011年01月04日 14:37:04 -08:00
Andy Smith
8e1b74aa1c Added stack command-line tool 2010年12月27日 15:15:24 -08:00