Hi all,<br><br>just found a new / different behaviour in bzr 1.9<br><br>when doing a&nbsp; :<br><br>&nbsp;sudo -u autobzr sh -c &quot;cd /home/autobzr/deployBZR/branch &amp;&amp; bzr revno&quot;<br><br>I get :<br><br>No handlers could be found for logger &quot;bzr&quot;<br>
Traceback (most recent call last):<br>&nbsp; File &quot;/usr/bin/bzr&quot;, line 129, in ?<br>&nbsp;&nbsp;&nbsp; bzrlib.trace.enable_default_logging()<br>&nbsp; File &quot;/usr/lib/python2.4/site-packages/bzrlib/trace.py&quot;, line 253, in enable_default_logging<br>
&nbsp;&nbsp;&nbsp; bzr_log_file.write(start_time.encode(&#39;utf-8&#39;) + &#39;\n&#39;)<br>AttributeError: &#39;NoneType&#39; object has no attribute &#39;write&#39;<br><br>this used to work on the previous version as far as I remember...<br>
<br>also<br><br>&nbsp;sudo -u autobzr -i<br>and then sh -c &quot;cd /home/autobzr/deployBZR/branch&amp;&amp; bzr revno&quot;<br><br>give the correct output : 45<br><br>I understand that &quot;No handlers could be found for logger &quot;bzr&quot;&quot; could be a problem, but I am pretty sure it used to return the revno anyway instead of <br>
AttributeError: &#39;NoneType&#39; object has no attribute &#39;write&#39;<br><br>Any idea ? I can test a bit further if needed... let me know<br><br>Cheers,<br>--<br>Alex<br>