Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ashlinrichardson committed Aug 23, 2024
1 parent b0c82b9 commit b59b1cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions py/bcws_list_active.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/'
Expand Down

0 comments on commit b59b1cd

Please sign in to comment.