Commit graph

15 commits

Author SHA1 Message Date
Kilian Valkhof
c21089f97b
Merge pull request #74 from carsonreinke/fix-typeerror
Missing format specifier for arguments of image status
2020-09-30 13:21:24 +02:00
Andrew Wong
8af532f25e Remove unreachable shutdown code
* Implementing `__del__` is discouraged
  * Imports (i.e. `import logging`) are cleaned up, leading to NoneType related errors
* When running via GUI mode, the shutdown code is never reached; we can let Python's internal GC clean everything
2020-09-30 19:22:46 +10:00
Carson Reinke
493a0e18d2 Missing format specifier for arguments of image status
Fixes https://github.com/Kilian/Trimage/issues/73
2020-06-23 15:30:34 -04:00
Hugo Posnic
9d6edd3847 Remove win32 bytes following d6118b5 2019-10-03 17:05:33 +02:00
kilian
8376c4a238 update version number to 1.0.6 in various places 2019-03-12 12:15:49 +01:00
Huluti
5f5757f575 Fix #28 2019-03-07 16:45:55 +01:00
Huluti
f5ff57ff48 Just one return line fix 2019-03-07 15:59:05 +01:00
Huluti
5553e7fabe Fix a bug introcuded in 13f43bf: allow extensions even in upper case 2019-02-23 20:58:02 +01:00
Huluti
9ea961e87c Remove some extra spaces 2019-02-23 20:54:27 +01:00
Huluti
c040b63595 Move two functions in the tools.py file 2019-02-23 20:48:49 +01:00
Huluti
b829b6ac5f Minor cosmetics 2019-02-22 21:23:37 +01:00
Hugo Posnic
915a360a09 Uniformize comments and docstrings syntax 2019-02-21 16:37:03 +01:00
Hugo Posnic
06aad62cb6 Simpler check of dependencies 2019-02-21 16:34:07 +01:00
Hugo Posnic
fa94b546fb Reorder imports (PEP-8) 2019-02-21 16:25:15 +01:00
Hugo Posnic
4e702d3f3a Simplify the structure 2019-02-21 15:34:59 +01:00
Renamed from src/trimage/trimage.py (Browse further)