- another fix for Shapely 2.0 deprecation warning

This commit is contained in:
Marius Stanciu
2022-01-31 18:32:57 +02:00
committed by Marius
parent cc8f5cc27d
commit 5cee4109b8
3 changed files with 12 additions and 8 deletions

View File

@@ -474,10 +474,10 @@ class App(QtCore.QObject):
# Folder for user settings.
if sys.platform == 'win32':
if platform.architecture()[0] == '32bit':
self.log.debug("Win32!")
else:
self.log.debug("Win64!")
# if platform.architecture()[0] == '32bit':
# self.log.debug("Win32!")
# else:
# self.log.debug("Win64!")
# #######################################################################################################
# ####### CONFIG FILE WITH PARAMETERS REGARDING PORTABILITY #############################################