Joël Bourgault
Joël Bourgault
I merged the two branches. See the result in my [daily build](https://github.com/ojob/PhotoCollage/tree/daily).
I missed another location to remember: the output directory (which can be different from inputs directory). Will work on this later.
@jdavidberger I'd love to have this feature! Please, if you changed the event condition already, could you please share it?
This is a rebase of previous work on merge request #52, in order to get a cleaner history.
These I201 / I202 errors are really annoying, particularly when last commit for Photocollage v1.4.4 raised no complaints, and when I made no change to these lines. RRh.
Comments appreciated and agreed! I made the changes. (Well, almost all: may I avoid `rebase`-ing the commits to update the wordings?) I also added the persistance of output folder selection.
Seems that I can't get the newlines right, according to `flake8` rules `I201` and `I202`, whatever I try to do following [my reading of the documentation](https://github.com/PyCQA/flake8-import-order). If anyone gets how...
Or maybe you missed that [anaconda provides a very nice way to install python packages](https://conda.io/docs/user-guide/tasks/manage-pkgs.html#installing-packages) ? You may not want to use `pip` in that case.
Seems to me this issue could be closed, however the `README` was not in line with this very cool feature (I missed it!). See pull request https://github.com/adrienverge/PhotoCollage/pull/54.
@FZill The answer may well be that you have two different versions installed: the packaged one by your distribution (most probably 1.4.4, the latest release) and the cloning of current...