2025-12-10

Usuario

--> -->
 
 
<type 'exceptions.ValueError'>
Python 2.7.9: /usr/bin/python
Wed Dec 10 05:58:05 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/ficeve.BKP.py in ()
   3903       print ficdef.fInput('H','mCond',mCond)
   3904 
=> 3905   if int(fop)>10: print ficdef.fInput('H','fop',fop) 
   3906   if mdvcot: print ficdef.fInput('H','mdvcot',mdvcot) 
   3907     
builtin int = <type 'int'>, fop = '', ficdef = <module 'ficdef' from '/var/www/ficnx/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/tmpaJX1mW.html contains the description of this error.