| <type 'exceptions.ValueError'> | Python 2.7.9: /usr/bin/python Wed Dec 10 05:59:55 2025 |
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
| /var/www/ficnx/ficdes.py in |
| 240 else: ffec='' |
| 241 |
| => 242 if int(fop)>210: |
| 243 if datos.getvalue("tTmp"): tTmp=datos.getvalue("tTmp") |
| 244 else: |
| builtin int = <type 'int'>, fop = '' |
<type 'exceptions.ValueError'>: invalid literal for int() with base 10: ''
args =
("invalid literal for int() with base 10: ''",)
message =
"invalid literal for int() with base 10: ''"
/tmp/tmpaAZwtt.html contains the description of this error.