[livecoding] r129 committed - - All file changes were being reacted to. Now only changes to files e...

2 views
Skip to first unread message

livec...@googlecode.com

unread,
Jan 20, 2010, 2:42:28 AM1/20/10
to py-livecod...@googlegroups.com
Revision: 129
Author: richard.m.tew
Date: Tue Jan 19 23:41:57 2010
Log: - All file changes were being reacted to. Now only changes to files
ending in '.py' are reacted to.
http://code.google.com/p/livecoding/source/detail?r=129

Modified:
/trunk/filechanges/__init__.py

=======================================
--- /trunk/filechanges/__init__.py Tue Jan 12 23:31:29 2010
+++ /trunk/filechanges/__init__.py Tue Jan 19 23:41:57 2010
@@ -66,7 +66,7 @@
if skipPath in path:
return True

- return False
+ return not path.endswith(".py")

def ProcessFileEvents(self):
self.module.Check(self)

Reply all
Reply to author
Forward
0 new messages