1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-01-22 14:41:39 +00:00

Black formatter changes

This commit is contained in:
2022-03-19 16:59:38 -05:00
parent b9c7832c4a
commit cff07a12d6
2 changed files with 9 additions and 27 deletions

View File

@@ -14,7 +14,7 @@ if op.exists(__file__):
else:
# Should be a frozen environment
if ISOSX:
BASE_PATH = op.abspath(op.join(op.dirname(__file__), '..', '..', 'Resources'))
BASE_PATH = op.abspath(op.join(op.dirname(__file__), "..", "..", "Resources"))
else:
# For others our base path is ''.
BASE_PATH = ""