mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-03 07:41:18 -07:00
parse tuple not string
This commit is contained in:
parent
7dc4266b09
commit
f6ca16a053
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue