From a645a0b9a3a27d0408fb2ba2517bede305dc51c0 Mon Sep 17 00:00:00 2001 From: William Deegan Date: Thu, 30 Mar 2017 21:25:44 -0400 Subject: More comments in test to highlight their purpose --- test/toolpath/basic.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/toolpath/basic.py b/test/toolpath/basic.py index ce90f35..86dafca 100644 --- a/test/toolpath/basic.py +++ b/test/toolpath/basic.py @@ -44,6 +44,7 @@ print("env2['ZIP'] =", env2.get('ZIP')) print("env2['TOOL_zip1'] =", env2.get('TOOL_zip1')) print("env2['TOOLDIR_zip'] =", env2.get('TOOLDIR_zip')) +# Only find tools in current dir, or Scons.Tool.TOOLNAME env3 = Environment(tools=['zip'], toolpath=['.']) print("env3['ZIP'] =", env3.get('ZIP')) print("env3['TOOL_zip1'] =", env3.get('TOOL_zip1')) -- cgit v0.12