rizupz / pyalienfx

Automatically exported from code.google.com/p/pyalienfx
GNU General Public License v3.0
0 stars 0 forks source link

Error when saving settings #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. buy a M17xR3
2. start pyAlienFX in terminal and click "Save" button
3.

What is the expected output? 
settings saved

What do you see instead?
settings not saved

output trace :
Traceback (most recent call last):
  File "./pyAlienFX.py", line 428, in on_Save_pressed
    self.Set_Conf(Save=True)
  File "./pyAlienFX.py", line 284, in Set_Conf
    color1 = self.configuration.area[power][0].color1
UnboundLocalError: local variable 'power' referenced before assignment

What version of the product are you using? On what operating system?
v0.1.1b on M17xR3
python version : 2.7.1
os : 2.6.41.1-1.fc15.x86_64

Please provide any additional information below.

Original issue reported on code.google.com by plecoz...@gmail.com on 23 Nov 2011 at 11:05

GoogleCodeExporter commented 8 years ago
I did not reproduce the problem. Error message still appears on every save but 
settings seem however to be saved.

Original comment by plecoz...@gmail.com on 25 Nov 2011 at 4:46

GoogleCodeExporter commented 8 years ago
Corrected with the v0.2 !

Original comment by ledjfou125 on 5 Jan 2012 at 11:36