[CalendarServer-changes] [7867] CalendarServer/branches/users/glyph/imip-and-admin-html/pyflakes

source_changes at macosforge.org source_changes at macosforge.org
Thu Aug 11 21:33:49 PDT 2011


Revision: 7867
          http://trac.macosforge.org/projects/calendarserver/changeset/7867
Author:   glyph at apple.com
Date:     2011-08-11 21:33:48 -0700 (Thu, 11 Aug 2011)
Log Message:
-----------
fix pyflakes so it runs on linux

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/imip-and-admin-html/pyflakes

Modified: CalendarServer/branches/users/glyph/imip-and-admin-html/pyflakes
===================================================================
--- CalendarServer/branches/users/glyph/imip-and-admin-html/pyflakes	2011-08-12 04:30:54 UTC (rev 7866)
+++ CalendarServer/branches/users/glyph/imip-and-admin-html/pyflakes	2011-08-12 04:33:48 UTC (rev 7867)
@@ -12,7 +12,7 @@
   set - calendarserver twext twisted twistedcaldav txdav contrib;
 fi;
 
-tmp="$(mktemp -t pyflakes)";
+tmp="$(mktemp "/tmp/pyflakes.XXXXX")";
 
 cd "${wd}" && "${flakes}/bin/pyflakes" "$@" | sed                     \
   -e "/undefined name '_'/d"                                          \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110811/f18a16c5/attachment.html>


More information about the calendarserver-changes mailing list