python3: fix #2558

'str' has no attribute 'append'
This commit is contained in:
irtusb
2018-05-25 13:01:45 -04:00
committed by Adrien Destugues
parent 2bfcef6ad5
commit 3abf6cda40
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ index d537963..fdbb8f4 100644
directory = directory.replace('%A',
os.path.dirname(os.path.abspath(sys.argv[0] or os.getcwd())))
+ directory.append("/x86")
+ directory = os.path.join(directory, "x86")
if not os.path.isdir(directory):
continue