Skip to content

Commit d68a495

Browse files
author
Alan O'Cais
committed
Improve comment
1 parent 8ee9b92 commit d68a495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/framework/easyconfig.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3395,7 +3395,7 @@ def test_get_paths_for(self):
33953395
res = get_paths_for(subdir='easyconfigs', robot_path=None)
33963396
self.assertTrue(os.path.samefile(test_ecs, res[-1]))
33973397

3398-
# Restore EB_SCRIPT_PATH value if set originally
3398+
# Restore (temporarily) EB_SCRIPT_PATH value if set originally
33993399
if env_eb_script_path:
34003400
os.environ['EB_SCRIPT_PATH'] = env_eb_script_path
34013401

0 commit comments

Comments
 (0)