trying to work on #164 , I realised that the script crashes if no config file is provided:
Traceback (most recent call last):
File "/data/user/teo/mutatex/myenv/bin/ddg2logo", line 7, in <module>
exec(compile(f.read(), __file__, 'exec'))
File "/data/user/teo/mutatex/bin/ddg2logo", line 413, in <module>
config=config
NameError: name 'config' is not defined
so I couldn't even test for #164. Let's fix this one first and then we can proceed on that one
trying to work on #164 , I realised that the script crashes if no config file is provided:
so I couldn't even test for #164. Let's fix this one first and then we can proceed on that one