andreikop / enki

A text editor for programmers
http://enki-editor.org
GNU General Public License v2.0
161 stars 38 forks source link

Sphinx check #259

Closed bjones1 closed 9 years ago

bjones1 commented 9 years ago

Only show Sphinx output if it's newer than the source file.

andreikop commented 9 years ago

Could you please wrap os.path.getmtime calls to try-except? According to the Murphy law, it will fail sometime

bjones1 commented 9 years ago

Good point. Done.

andreikop commented 9 years ago

Thanks, merged