diff pylons_app/lib/utils.py @ 193:50a39f923f31

Added file annotation template. Bumped version to 0.6.8. Changelog and changeset are now cleaned with js, it's still very beta.
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 22 May 2010 02:00:39 +0200
parents 52bbeb1e813f
children 3d1dd13887f9
line wrap: on
line diff
--- a/pylons_app/lib/utils.py	Sat May 22 01:58:36 2010 +0200
+++ b/pylons_app/lib/utils.py	Sat May 22 02:00:39 2010 +0200
@@ -53,7 +53,7 @@
     @param path: path to mercurial config file
     """
     if not os.path.isfile(path):
-        log.error('Unable to read config file %s' % path)
+        log.warning('Unable to read config file %s' % path)
         return False
     #propagated from mercurial documentation
     sections = [