We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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',
The text was updated successfully, but these errors were encountered:
Hi Brian,
You could put this under VPAC organisation, not sure why I put it under mine. Hack away at will :-)
Sorry, something went wrong.
Have forked this to vpac, your copy no longer required.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: