Skip to content

Commit 82a6924

Browse files
committed
Fix typo in helpers logging format
1 parent 1e81bb8 commit 82a6924

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

ghpythonremote/helpers.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -560,8 +560,10 @@ def get_gh_userobjects_path(location=None):
560560
def get_userobjects_from_windows_appdata(rhino_version=None):
561561
if rhino_version is not None:
562562
logger.warning(
563-
"Discarding Rhino version {!s} -- on Windows, this package is always installed to the global UserObjects folder."
564-
).format(rhino_version)
563+
" Discarding Rhino version {!s} -- on Windows, this package is always installed to the global UserObjects folder.".format(
564+
rhino_version
565+
)
566+
)
565567
return os.path.join(os.getenv("APPDATA", ""), "Grasshopper", "UserObjects")
566568

567569

0 commit comments

Comments
 (0)