Freeseer / freeseer

Designed for capturing presentations at conferences. Pre-fill a list of talks to record, record them, and upload them to YouTube with our YouTube Uploader.
http://freeseer.readthedocs.org
GNU General Public License v3.0
215 stars 110 forks source link

Resetting configuration raises error when files do not exist #650

Closed dideler closed 9 years ago

dideler commented 9 years ago

For example, if you run freeseer config reset configuration twice then you'll get an error because it tries to remove a non-existent file.

Need to handle the exception

try:
    os.remove(filename)
except OSError:
    pass
umcsdon commented 9 years ago

Is there someone working on this?

zxiiro commented 9 years ago

I believe no one's currently assigned to this bug. Would you like to give it a try?

umcsdon commented 9 years ago

Sure, I could give it a try.

zxiiro commented 9 years ago

Great, I've assigned the issue to you.