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():
5656def create_profile ():
5757 # copy the .pth file if necessary (only needed for ediatble installs)
5858 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' )
6060 if site_dir is not None and pth_src .parent != site_dir :
6161 pth_dest = site_dir / 'labscript-suite.pth'
6262 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 =
3333 scipy
3434 setuptools_scm
3535 zprocess>=2.18.0
36- desktop-app>=0.2.5
36+ desktop-app>=0.2.6
3737
3838[options.extras_require]
3939docs =
You can’t perform that action at this time.
0 commit comments