rvojcik / gitlab-project-export

Simple python project for exporting GitLab projects with Export Project funkcionality in GitLab API. Import of exported projects is also supported
GNU General Public License v3.0
103 stars 39 forks source link

add missing import of module "sys" when no config file is specified #8

Closed lpirl closed 3 years ago

lpirl commented 3 years ago

Thanks for this neat project @rvojcik .

This pull request fixes a deficiency, where gitlab-project-export.py exits with a trace (making the error message hard to spot) when no config file is specified.

Thanks for considering.