black my mortal enemy. thank you for changing one line maybe

This commit is contained in:
anne 2023-09-13 19:35:14 +02:00 committed by Dpeta
parent 9253a6fcff
commit 7b1fdeb62e

View file

@ -10,6 +10,7 @@ except ImportError:
DATADIR = None
def isOSX():
return sys.platform == "darwin"
@ -114,4 +115,5 @@ def getDataDir():
print(e)
return ""
DATADIR = getDataDir()