File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ def make_labconfig_file():
56
56
def create_profile ():
57
57
# copy the .pth file if necessary (only needed for ediatble installs)
58
58
pth_src = Path (_here ).parent / 'labscript-suite.pth'
59
- site_dir = desktop_app .environment ._get_install_directory ('labscript_profile' )
59
+ site_dir = desktop_app .environment .get_install_directory ('labscript_profile' )
60
60
if site_dir is not None and pth_src .parent != site_dir :
61
61
pth_dest = site_dir / 'labscript-suite.pth'
62
62
if pth_src .exists () and not pth_dest .exists ():
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ install_requires =
33
33
scipy
34
34
setuptools_scm
35
35
zprocess>=2.18.0
36
- desktop-app>=0.2.5
36
+ desktop-app>=0.2.6
37
37
38
38
[options.extras_require]
39
39
docs =
You can’t perform that action at this time.
0 commit comments