MyWebUniversity.com


The /var/www/html/Zfs-detach-.html does not exist, or command not found. --> -->
 
 
NameError
Python 3.10.12: /usr/bin/python3
Thu Sep 19 10:18:52 2024

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

 /usr/lib/cgi-bin/CH7.cgi in <module>
     66     print("<FONT color=cyan>The {} does not exist, or command not found.</FONT>".format(filename))
     67 
=>   68     fiile1.close()
     69 
     70 mystr1="""
fiile1 undefined

NameError: name 'fiile1' is not defined
      args = ("name 'fiile1' is not defined",)
      name = 'fiile1'
      with_traceback = <built-in method with_traceback of NameError object>