From 4c5afd028828a6908b788e67516c1f4aeaec2fb2 Mon Sep 17 00:00:00 2001 From: William Deegan Date: Sun, 9 Mar 2014 14:36:33 -0700 Subject: remove double reporting of source path per comment by Anatoly in pull feedback --- src/script/scons.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/script/scons.py b/src/script/scons.py index 3638fa7..0c7b44c 100644 --- a/src/script/scons.py +++ b/src/script/scons.py @@ -190,7 +190,7 @@ if __name__ == "__main__": import SCons.Script except: print("Import failed. Unable to find SCons files in:") - for path in [source_path] + libs: + for path in libs: print " %s" % path raise -- cgit v0.12