mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 06:05:52 +08:00
parse tuple not string
This commit is contained in:
parent
7dc4266b09
commit
f6ca16a053
@ -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(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user