Skip to content

Commit

Permalink
Update conversion_gui.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hernanchavezthielemann authored Apr 12, 2019
1 parent a7f26dc commit b3ac97d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/gui/conversion_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,10 @@ def getdata_and_convert(self):


_autoload_ = self.objt_c[0]

if not _autoload_:
pop_wrg_1('Proceeding without autoload.\nThis means that any '
+ 'internal address to files that are not specified '
+ 'as GUI input are going to be ignored.')
if self.get_entriesvalues():

data_cont = self.master._convert_['setup']
Expand Down

0 comments on commit b3ac97d

Please sign in to comment.