Skip to content

Commit

Permalink
config_custom_install_location: Type hint improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidoTek committed Sep 20, 2024
1 parent 1f385df commit 047138e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pupgui2/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ def install_directory(target=None) -> str:
return ''


def config_custom_install_location(install_dir=None, launcher='', remove=False) -> Dict[str, str]:
def config_custom_install_location(install_dir=None, launcher='', remove=False) -> Dict[str, Any]:
"""
Read/update config for the custom install location
Write install_dir, launcher to config or read if install_dir=None or launcher=None
Expand Down

0 comments on commit 047138e

Please sign in to comment.