Re: Errore del cliente
Pubblicato: 30 marzo 2018 - 10:07
Buongiorno,
Dopo aver aggiunto il codice a setuphelpers.py
///Test aggiuntivo.
Pensavo di aver notato che il client doveva essere reinstallato sulle macchine problematiche per funzionare. L'ho appena testato tramite una distribuzione GPO: è confermato. Distribuire il client due volte sulla stessa macchina funziona correttamente.
Dopo aver aggiunto il codice a setuphelpers.py
Codice: Seleziona tutto
Traceback (most recent call last):
File "<string>", line 46, in <module>
File "c:\Program Files (x86)\wapt\common.py", line 122, in <module>
import setuphelpers
File "c:\Program Files (x86)\wapt\setuphelpers.py", line 2435
- sc = winshell.shortcut(lnk)
^
IndentationError: expected an indented block
Exception at 0043E3C4: EPyIndentationError:
exceptions.IndentationError: expected an indented block (line 2435, offset 0): '- sc = winshell.shortcut(lnk)'.
Pensavo di aver notato che il client doveva essere reinstallato sulle macchine problematiche per funzionare. L'ho appena testato tramite una distribuzione GPO: è confermato. Distribuire il client due volte sulla stessa macchina funziona correttamente.