Re: [bitpim-cvs-checkins] SF.net SVN: bitpim:[3386]tru nk/bitpim/src/phones/p_lgvx9800.p
"Roger Binns" <[email protected]>
| Newsgroups | gmane.comp.mobile.bitpim.devel |
|---|---|
| Message-ID | <007701c69432$63b575b0$3501a8c0@rogersqyvr14d3> |
> >The .py file could not have been produced from the .p due to errors
>>in the .p.
>
> I just regenerated the py from the p file and didn't run into any
> errors. What errors did you see?
There was an indentation error. I fixed it which is why you didn't
see a problem.
@@ -133,7 +133,7 @@
1 UINT numbertype
* LIST {'length': NUMPHONENUMBERS} +numbers:
49 USTRING {'raiseonunterminatedread': False} number
- 61 USTRING {'default': '', 'raiseonunterminatedread': False} +memo
+ 61 USTRING {'default': '', 'raiseonunterminatedread': False} +memo
Roger