--> -->
 
 
<type 'exceptions.ValueError'>
Python 2.7.13: /usr/bin/python
Thu Jan 29 16:58:04 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/ficgpe.py in ()
    266     ficsql.fSql("ALTER TABLE fnpedp ALTER pp_ubica type char(10)")
    267 
=>  268 if int(fop)>0:
    269   if datos.getvalue("tTmp"): tTmp=datos.getvalue("tTmp")
    270   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/tmpe5eWpR.html contains the description of this error.