Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

job_id can be 1161868[5] #1

Open
brianmay opened this issue Oct 25, 2012 · 2 comments
Open

job_id can be 1161868[5] #1

brianmay opened this issue Oct 25, 2012 · 2 comments

Comments

@brianmay
Copy link

This package is under your directory still - does this mean you want to maintain it still, or should I fork it to VPAC?

Anyway, this is broken on Edward.

diff --git a/django_pbs/servers/urls.py b/django_pbs/servers/urls.py
index f8450ed..fee58f7 100644
--- a/django_pbs/servers/urls.py
+++ b/django_pbs/servers/urls.py
@@ -31,7 +31,7 @@ urlpatterns = patterns('django_pbs.servers.views',

 urlpatterns += patterns('django_pbs.jobs.views',

-    url(r'^jobs/(?P<job_id>[-.\w]+)/$', 'job_detail', name='pbs_job_detail'),
+    url(r'^jobs/(?P<job_id>[-.\w\[\]]+)/$', 'job_detail', name='pbs_job_detail'),
 )

 urlpatterns += patterns('django_pbs.users.views',
@sorrison
Copy link
Owner

Hi Brian,

You could put this under VPAC organisation, not sure why I put it under mine.
Hack away at will :-)

@brianmay
Copy link
Author

Have forked this to vpac, your copy no longer required.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants