1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/0d9ac8314a78/ Changeset: 0d9ac8314a78 User: jmchilton Date: 2014-10-23 13:08:03+00:00 Summary: Fix bug in tool watching. Affected #: 1 file diff -r 53e734a1532733df32dcf45ace3dea6aa3f3604d -r 0d9ac8314a78087f68f84c66e861dffb9a1ea203 lib/galaxy/tools/watcher.py --- a/lib/galaxy/tools/watcher.py +++ b/lib/galaxy/tools/watcher.py @@ -51,7 +51,7 @@ self.tool_dir_callbacks[tool_dir] = callback if tool_dir not in self.monitored_dirs: self.monitored_dirs[ tool_dir ] = tool_dir - self.restart( tool_dir ) + self.monitor( tool_dir ) class ToolFileEventHandler(FileSystemEventHandler): Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.