chemREACT / REACT

Development of a GUI for setting up and analysing DFT reaction (free) energies.
GNU General Public License v3.0
0 stars 2 forks source link

NameError when Preview is pressed in Calculation setup #4

Closed isaksengeir closed 3 years ago

isaksengeir commented 3 years ago

This error is raised when pressing Previewtab in Calculation setup:

Traceback (most recent call last):
  File "/Users/gvi022/programming/REACT/mods/CalcSetupWindow.py", line 359, in update_preview
    file_content = self.make_input_content()
  File "/Users/gvi022/programming/REACT/mods/CalcSetupWindow.py", line 432, in make_input_content
    f"{self.output_print} {job_type}=({job_details}){Freq} {functional}/{basis}"
NameError: name 'job_type' is not defined