mfrasca / bauble.classic

desktop version of Bauble
http://bauble.readthedocs.io
GNU General Public License v2.0
2 stars 1 forks source link

68d9d59 breaks two tests #57

Closed mfrasca closed 9 years ago

mfrasca commented 9 years ago

https://travis-ci.org/mfrasca/bauble.classic/jobs/59629650

ERROR: test_bulk_plant_editor (bauble.plugins.garden.test.PlantTests)
ERROR: test_branch_editor (bauble.plugins.garden.test.PlantTests)

both same error:

  File "/home/travis/build/mfrasca/bauble.classic/bauble/editor.py", line 1085, in set_content
    os.path.join(prefs.prefs['picture_root'], text))
  File "/home/travis/virtualenv/python2.7.9/lib/python2.7/posixpath.py", line 75, in join
    if b.startswith('/'):
AttributeError: 'NoneType' object has no attribute 'startswith'