We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e81bb8 commit 82a6924Copy full SHA for 82a6924
ghpythonremote/helpers.py
@@ -560,8 +560,10 @@ def get_gh_userobjects_path(location=None):
560
def get_userobjects_from_windows_appdata(rhino_version=None):
561
if rhino_version is not None:
562
logger.warning(
563
- "Discarding Rhino version {!s} -- on Windows, this package is always installed to the global UserObjects folder."
564
- ).format(rhino_version)
+ " Discarding Rhino version {!s} -- on Windows, this package is always installed to the global UserObjects folder.".format(
+ rhino_version
565
+ )
566
567
return os.path.join(os.getenv("APPDATA", ""), "Grasshopper", "UserObjects")
568
569
0 commit comments