MrDraw/src
Gina Häußge abfcc6e5aa Fix deletion of unrendered timelapses
If the filename contained a [] pair, the file would not match the glob
pattern used for selecting for deletion.

Backporting the glob.escape function from Python 3.4 and using it here
should fix that. We only use our own ported version if glob.escape
doesn't exist - that should reduce redundant code once we become Python
3 compatible.
2017-10-10 12:41:47 +02:00
..
octoprint Fix deletion of unrendered timelapses 2017-10-10 12:41:47 +02:00
octoprint_client Fix typos in strings and comments 2017-07-29 16:12:08 +02:00
octoprint_setuptools Fixed python setup.py babel_compile 2017-03-10 14:24:49 +01:00