[CalendarServer-changes] [6803] CalendarServer/trunk/twext/web2/dav/method/proppatch.py

source_changes at macosforge.org source_changes at macosforge.org
Tue Jan 25 09:02:54 PST 2011


Revision: 6803
          http://trac.macosforge.org/projects/calendarserver/changeset/6803
Author:   cdaboo at apple.com
Date:     2011-01-25 09:02:54 -0800 (Tue, 25 Jan 2011)
Log Message:
-----------
Missed this when clearing out dependency on file paths.

Modified Paths:
--------------
    CalendarServer/trunk/twext/web2/dav/method/proppatch.py

Modified: CalendarServer/trunk/twext/web2/dav/method/proppatch.py
===================================================================
--- CalendarServer/trunk/twext/web2/dav/method/proppatch.py	2011-01-25 17:01:59 UTC (rev 6802)
+++ CalendarServer/trunk/twext/web2/dav/method/proppatch.py	2011-01-25 17:02:54 UTC (rev 6803)
@@ -1,6 +1,6 @@
 # -*- test-case-name: twext.web2.dav.test.test_prop.PROP.test_PROPPATCH -*-
 ##
-# Copyright (c) 2005 Apple Computer, Inc. All rights reserved.
+# Copyright (c) 2005-2011 Apple Computer, Inc. All rights reserved.
 #
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # of this software and associated documentation files (the "Software"), to deal
@@ -47,7 +47,7 @@
     Respond to a PROPPATCH request. (RFC 2518, section 8.2)
     """
     if not self.exists():
-        log.err("File not found: %s" % (self.path,))
+        log.err("File not found: %s" % (self,))
         raise HTTPError(responsecode.NOT_FOUND)
 
     x = waitForDeferred(self.authorize(request, (davxml.WriteProperties(),)))
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110125/5ce4b1b8/attachment-0001.html>


More information about the calendarserver-changes mailing list