parse tuple not string

This commit is contained in:
Jelle Spijker 2022-07-01 00:44:21 +02:00 committed by GitHub
parent 7dc4266b09
commit f6ca16a053
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ datas += tmp_ret[0]; binaries += tmp_ret[1]; hiddenimports += tmp_ret[2]
block_cipher = None block_cipher = None
{% for conan_binary in conan_binaries %}binaries += r'{{ conan_binary }}' {% for conan_binary in conan_binaries %}binaries += {{ conan_binary }}
{% endfor %} {% endfor %}
a = Analysis( a = Analysis(