From f1305c099e9df02e52497adfb4047eaf56cc4aba Mon Sep 17 00:00:00 2001 From: Alex Facciorusso Date: Wed, 14 Aug 2024 17:50:11 +0100 Subject: [PATCH] Updated comment in CAM Path Utils --- src/Mod/CAM/Path/Post/Utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/CAM/Path/Post/Utils.py b/src/Mod/CAM/Path/Post/Utils.py index ad547bd70f..f7c4cb7d7a 100644 --- a/src/Mod/CAM/Path/Post/Utils.py +++ b/src/Mod/CAM/Path/Post/Utils.py @@ -91,7 +91,7 @@ class FilenameGenerator: outputpath, _ = os.path.split(FreeCAD.ActiveDocument.getFileName()) if not outputpath: - outputpath = os.getcwd() ## TODO: This should be avoided as it would give the Freecad executable's path + outputpath = os.getcwd() ## TODO: This should be avoided as it gives the Freecad executable's path in some systems (e.g. Windows) if not ext: ext = ".nc"