if os.path.exists('config.py'): ... else: raise MissingConfigurationError('Configuration is missing. Before running CLI, please copy the file \'config_tpl.pl\' from current dir, rename it to \'config.pl\', and fill')
The error mention 'config.pl' instead of 'config.py', and so 'config_tpl.pl'.
(line 110)
if os.path.exists('config.py'): ... else: raise MissingConfigurationError('Configuration is missing. Before running CLI, please copy the file \'config_tpl.pl\' from current dir, rename it to \'config.pl\', and fill')
The error mention 'config.pl' instead of 'config.py', and so 'config_tpl.pl'. (line 110)