Comment 6 for bug 280888

Revision history for this message
Russel Winder (russel) wrote :

I am still getting messages in the Console:

    Error while executing xmlstatus
    'module' object has no attribute '_raise_if_nonexistent'

which is a bit annoying. From the .bzr.log I am seeing:

1143.129 run_bzr_xml arguments: (['/home/users/russel/bin/bzr', 'xmlstatus', '/home/users/russel/Repositories/Bazaar/Masters/ADS'], '/home/users/russel/Repositories/Bazaar/Masters/ADS')
1143.129 bzr arguments: [u'xmlstatus', u'/home/users/russel/Repositories/Bazaar/Masters/ADS']
1143.139 encoding stdout as osutils.get_user_encoding() 'UTF-8'
1143.151 opening working tree '/home/users/russel/Repositories/Bazaar/Masters/ADS'
1143.173 Traceback (most recent call last):
  File "/home/users/russel/.bazaar/plugins/xmloutput/xml_errors.py", line 61, in xml_error_handling
    return func(*args, **kwargs)
  File "/home/users/russel/.bazaar/plugins/xmloutput/__init__.py", line 123, in run
    to_file=to_file, versioned=versioned)
  File "/home/users/russel/.bazaar/plugins/xmloutput/statusxml.py", line 143, in show_tree_status_xml
    diff._raise_if_nonexistent(specific_files, old, new)
AttributeError: 'module' object has no attribute '_raise_if_nonexistent'

Running form the command line, I get:

|> /home/users/russel/bin/bzr xmlstatus /home/users/russel/Repositories/Bazaar/Masters/ADS
<?xml version="1.0" encoding="UTF-8"?><error><class>AttributeError</class><dict></dict><message>'module' object has no attribute '_raise_if_nonexistent'</message></error>214 balin:~/Repositories/Bazaar/Masters/ADS
|>