fastmonkeys / stellar

Fast database snapshot and restore tool for development
MIT License
3.86k stars 119 forks source link

Fixed TypeError #42

Closed kaedroho closed 10 years ago

kaedroho commented 10 years ago

I didn't have pymysql installed but the error reporting code crashed with the following error:

Traceback (most recent call last):
  File "venv/bin/stellar", line 9, in <module>
    load_entry_point('stellar==0.4.1', 'console_scripts', 'stellar')()
  File "/path/venv/lib/python2.7/site-packages/stellar/command.py", line 280, in main
    library,
TypeError: not enough arguments for format string
kaedroho commented 10 years ago

Sorry, this seems to be a duplicate of #41