Changeset 3674
- Timestamp:
- Feb 20, 2017, 1:15:00 PM (4 years ago)
- Location:
- epoptes/trunk/fuentes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
epoptes/trunk/fuentes/debian/changelog
r3421 r3674 1 epoptes (0.5.9-lliurex21) xenial; urgency=high 2 3 * Fix Bug in save JSON groups 4 5 -- Daniel Duran Vecino <daduve@gmail.com> Mon, 20 Feb 2017 13:14:32 +0100 6 1 7 epoptes (0.5.9-lliurex20) xenial; urgency=high 2 8 -
epoptes/trunk/fuentes/epoptes/common/config.py
r3421 r3674 201 201 f.write(json.dumps(data, indent=2)) 202 202 f.close() 203 f=open(filename) 204 datas=json.loads(f.read()) 205 f.close 203 206 #print "JSON ESCRITO" 204 207 except: 205 208 pass 206 valor=str(n4d_mode)209 #valor=str(n4d_mode) 207 210 #print "N4D_MODE POSEEEEEEE EL VALOR DE: %s" %valor 208 211 if n4d_mode!=None: … … 215 218 216 219 #print c.set_variable(n4d_mode,"VariablesManager","EPOPTES_GROUPS",data) 217 c.set_group(n4d_mode,"EpoptesVariables",n4d_mode,data )220 c.set_group(n4d_mode,"EpoptesVariables",n4d_mode,datas) 218 221 219 222
Note: See TracChangeset
for help on using the changeset viewer.