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

« back to all changes in this revision

Viewing changes to lib/fileservice_lib/action.py

  • Committer: mattgiuca
  • Date: 2008-02-14 00:22:09 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:448
lib/fileservice_lib: Fixed a syntax error.
*cough* A SYNTAX ERROR! ?? Please!

Show diffs side-by-side

added added

removed removed

Lines of Context:
532
532
        for path in paths:
533
533
            svnclient.propdel("ivle:published", path, recurse=False)
534
534
    except pysvn.ClientError:
535
 
        raise ActionError("Directory could not be unpublished)
 
535
        raise ActionError("Directory could not be unpublished")
536
536
 
537
537
def action_svncommit(req, fields):
538
538
    """Performs a "svn commit" to each file specified.