2026-01-29

Usuario

--> -->
 
 
<type 'exceptions.ValueError'>
Python 2.7.13: /usr/bin/python
Thu Jan 29 16:54:45 2026

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.cfdi33/ficimp.py in ()
   1049       print ficdef.fInput('H','mCond',mCond)
   1050 
=> 1051   if int(fop)>10: print ficdef.fInput('H','fop',fop) 
   1052     
   1053   print "</FORM>"
builtin int = <type 'int'>, fop = '', ficdef = <module 'ficdef' from '/var/www/ficnx.cfdi33/ficdef.py'>, ficdef.fInput = <function fInput>

<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/tmpR7el6H.html contains the description of this error.