| RepoNotFound | Python 2.5.2: /usr/bin/python Thu May 23 07:01:36 2013 |
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
| /usr/lib/cgi-bin/darcsweb.cgi in |
| 2510 # get the repo configuration and fill the config class |
| 2511 current_repo = urllib.unquote(form['r'].value) |
| 2512 fill_config(current_repo) |
| 2513 |
| 2514 |
| fill_config = <function fill_config at 0x1ca3b18>, current_repo = 'oasis/oasis' |
| /usr/lib/cgi-bin/darcsweb.cgi in fill_config(name='oasis/oasis') |
| 2396 else: |
| 2397 # not found |
| 2398 raise "RepoNotFound", name |
| 2399 |
| 2400 # fill the configuration |
| name = 'oasis/oasis' |
RepoNotFound: oasis/oasis