1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2024-12-21 10:59:03 +00:00

Merge pull request #559 from arsenetar/444

Fix #444
This commit is contained in:
Andrew Senetar 2019-03-21 18:11:56 -05:00 committed by GitHub
commit a1cacbe72b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,4 +23,5 @@ elif ISOSX:
elif ISLINUX:
INITIAL_FOLDER_IN_DIALOGS = '/'
else:
pass # unsupported platform
# unsupported platform, however '/' is a good guess for a path which is available
INITIAL_FOLDER_IN_DIALOGS = '/'