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 8ee9b92 commit d68a495Copy full SHA for d68a495
test/framework/easyconfig.py
@@ -3395,7 +3395,7 @@ def test_get_paths_for(self):
3395
res = get_paths_for(subdir='easyconfigs', robot_path=None)
3396
self.assertTrue(os.path.samefile(test_ecs, res[-1]))
3397
3398
- # Restore EB_SCRIPT_PATH value if set originally
+ # Restore (temporarily) EB_SCRIPT_PATH value if set originally
3399
if env_eb_script_path:
3400
os.environ['EB_SCRIPT_PATH'] = env_eb_script_path
3401
0 commit comments