NameError
Python 3.9.10: /uufs/chpc.utah.edu/common/home/u0028395/software/pkg/miniconda3-py39/bin/python
Tue Aug 26 21:54:40 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.

 /uufs/chpc.utah.edu/common/home/steenburgh/public_html/hrrrqsfts/hrrrqsfts-old.cgi in <module>
     54 inittime = form.getvalue('inittime')
     55 if inittime == None:
=>   56     inittime = lasttime
     57 plon = form.getvalue('plon')
     58 if plon == None:
inittime = None, lasttime undefined

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