From b59b1cdcb02d9c8837b7a0e4086dceba914aca11 Mon Sep 17 00:00:00 2001 From: Ashlin Richardson Date: Thu, 22 Aug 2024 17:32:39 -0700 Subject: [PATCH] update --- py/bcws_list_active.py | 1 + 1 file changed, 1 insertion(+) diff --git a/py/bcws_list_active.py b/py/bcws_list_active.py index b02ce17a..947a2f3d 100755 --- a/py/bcws_list_active.py +++ b/py/bcws_list_active.py @@ -144,6 +144,7 @@ def records(layer): str(bb[1]) + ' ' + str(bb[0])] fp = 'Intersects(POLYGON((' + ','.join(fp) + ')))' print(fp) + path = '/media/' + os.popen('whoami').read().strip() + '/disk41/active/' if not exists(path): path = '/home/' + os.popen('whoami').read().strip() + '/active/'