wting / flyback

Automatically exported from code.google.com/p/flyback
0 stars 0 forks source link

nonexistant settings error? #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. check out rev 27 on a clean ubuntu gutsy system
2. run 'python flyback.py'
3.

What is the expected output? What do you see instead?
a gui is expected, I get this error:
Traceback (most recent call last):
  File "flyback.py", line 56, in <module>
    lockfile = client.get_string("/apps/flyback/external_storage_location")
+'/flyback/lockfile.txt'
TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'

What version of the product are you using? On what operating system?
svn rev 27 on Ubuntu gutsy

Please provide any additional information below.

Original issue reported on code.google.com by marste...@gmail.com on 9 Nov 2007 at 11:53

GoogleCodeExporter commented 9 years ago
fixed in svn

Original comment by pub...@kered.org on 10 Nov 2007 at 1:54