hernanchavezthielemann / GRO2LAM

Gromacs to Lammps simulation converter
MIT License
65 stars 19 forks source link

Run section bug #23

Closed hernanchavezthielemann closed 4 years ago

hernanchavezthielemann commented 4 years ago

Description When going directly to Run the program tries to find the file

To Reproduce Steps to reproduce the behavior:

  1. Open GRO2LAM
  2. Go to run section
  3. See error

Expected behavior

Traceback (most recent call last):
  File "/usr/lib/python2.7/lib-tk/Tkinter.py", line 1540, in __call__
    return self.func(*args)
  File "/home/hernan/Desktop/g1/GRO2LAM-27ene19/lib/gui/tk_lib.py", line 233, in <lambda>
    com[0]( com[1])))
  File "/home/hernan/Desktop/g1/GRO2LAM-27ene19/lib/gui/main_gui.py", line 101, in swapbody
    self.body.createWidgets()
  File "/home/hernan/Desktop/g1/GRO2LAM-27ene19/lib/gui/run_gui.py", line 49, in createWidgets
    _def_dataname_ = self.master._convertdata_['filename']
TypeError: 'NoneType' object has no attribute '__getitem__'