~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/fileservice_lib/listing.py

  • Committer: William Grant
  • Date: 2009-05-26 02:53:37 UTC
  • Revision ID: grantw@unimelb.edu.au-20090526025337-bok6syd4y9zpot8b
.. and one more

Show diffs side-by-side

added added

removed removed

Lines of Context:
140
140
    If the path is a directory, return_contents is ignored.
141
141
    """
142
142
 
143
 
    (user, jail, path) = studpath.url_to_jailpaths(req.path)
 
143
    path = studpath.to_home_path(req.path)
144
144
 
145
145
    # FIXME: What to do about req.path == ""?
146
146
    # Currently goes to 403 Forbidden.