summaryrefslogtreecommitdiffstats
path: root/test/Java/java_version_image/src6/TestSCons.java
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2018-08-27 16:18:39 (GMT)
committerMats Wichmann <mats@linux.com>2018-12-17 15:09:39 (GMT)
commitfbdfe85f5123a9ac41adef700b57df3b6ee41468 (patch)
treef131090bb91d6d2cd64113ebc6c9e92f7d4ad9eb /test/Java/java_version_image/src6/TestSCons.java
parent28ad2f71fddddb6522ce2ff6505bfbfb1d1c265b (diff)
downloadSCons-fbdfe85f5123a9ac41adef700b57df3b6ee41468.zip
SCons-fbdfe85f5123a9ac41adef700b57df3b6ee41468.tar.gz
SCons-fbdfe85f5123a9ac41adef700b57df3b6ee41468.tar.bz2
small type-related cleanups
Two files in packaging: ipk.py indexed off the result of running filter, but in Python 3 filter returns an iterable, not a list. Convert to a list first. msi.py removes forbidden characters using a list comprehension, but the result is a list, so when it then calls upper() on it that's a method that does not exist on a list. Join it back into a string. Found another place in the same file that also assumed the list comprehension leaves a string, not a list, although it doesn't then call a nonexistent method on it. Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'test/Java/java_version_image/src6/TestSCons.java')
0 files changed, 0 insertions, 0 deletions