dupeguru/qt/pe
glubsy 6e81042989 Workaround for #630
* In some cases, the function dump_IFD() in core/pe/exif.py assigns a string instead of an int as "values".
* This value is then used as _cached_orientation in core/pe/photo.py in _get_orientation().
* The method _plat_get_blocks() in qt/pe/photo.py was only expecting an integer for the orientation argument, so we work around the issue for now by ignoring the value if it's a string.
2020-08-06 00:23:49 +02:00
..
modules Updated copyright year to 2014 2014-04-19 12:19:11 -04:00
__init__.py Removed .ui files and made the UI setup "by hand". ui files cause more problems than they solve (UI designer is limited in what it can do). 2010-10-04 15:29:00 +02:00
block.py Format files with black 2019-12-31 20:16:27 -06:00
details_dialog.py Format files with black 2019-12-31 20:16:27 -06:00
photo.py Workaround for #630 2020-08-06 00:23:49 +02:00
preferences_dialog.py Format files with black 2019-12-31 20:16:27 -06:00
results_model.py Format files with black 2019-12-31 20:16:27 -06:00