Skip to content

Commit cbc9030

Browse files
committed
fix: revert specpath changes
1 parent 7affc5e commit cbc9030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/platerec_installer/platerec_installer.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ elif sys.platform == 'linux':
1818
pathex = ['/src']
1919
else: # MacOs on GH Actions
2020
site_packages = site.getsitepackages()[0]
21-
pathex = [os.path.dirname(__file__)]
21+
pathex = [os.path.abspath(SPECPATH)]
2222

2323
a = Analysis( # noqa
2424
['platerec_installer.py'],

0 commit comments

Comments
 (0)