PayloadSecurity / VxAPI

A generic interface and CLI for all endpoints of the Falcon Sandbox API
GNU General Public License v3.0
209 stars 58 forks source link

Incorrect error when config.py is missing #24

Closed u99d88 closed 6 years ago

u99d88 commented 6 years ago

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)

kkochanski commented 6 years ago

Thanks for reporting. Fixed in 9e041569f71fb74ee4eab5d62cccc892ee6d1063