|
From: Lawrence A. <la...@gm...> - 2011-04-20 20:20:01
|
Hi, I've need to add an array to the end af my configobj file but am
getting an error when I try and read back. line 19 is line starting
with DATA . Does configobj handle arrays?
configobj.UnreprError: Unknown name or type in value at line 19.
---cut---
[INFO]
Customer = 'Customer'
Site = 'Site'
Satellite = 'Satellite'
Transponder = 'Transponder'
CarrierDB = 'CXxxxx'
Comment = 'Add comment here'
[PLOT_DATA]
[[11-04-21_04:05]]
DATA = array([-84.06, -84.26, -83.96, -83.76, -84.8 , -84.06, -84.03, -83.83,
-84.03, -83.96, -84.1 , -84.16, -84.23, -84.26, -84.13, -83.6 ,
-83.9 , -83.63, -83.9 , -83.8 , -83.96, -84.5 , -84. , -84.2 ,
-83.96, -83.96, -83.96, -84. , -84.03, -84.36, -83.9 , -84. ,
-84. , -83.5 , -83.86, -84.13, -83.96, -84.23, -84.3 , -84. ,
-83.66, -83.6 , -84. , -84.7 , -84.2 , -83.93, -84.2 , -84.26,
---cut---
|