==============================================
Interlace v1.3.3 by Michael Skelton (@codingo_)
==============================================
Traceback (most recent call last):
File "/usr/local/bin/interlace", line 11, in <module>
load_entry_point('Interlace==1.3.3', 'console_scripts', 'interlace')()
File "/usr/local/lib/python3.6/dist-packages/Interlace-1.3.3-py3.6.egg/Interlace/interlace.py", line 24, in main
File "/usr/local/lib/python3.6/dist-packages/Interlace-1.3.3-py3.6.egg/Interlace/interlace.py", line 10, in build_queue
File "/usr/local/lib/python3.6/dist-packages/Interlace-1.3.3-py3.6.egg/Interlace/lib/core/input.py", line 190, in process_commands
File "/usr/local/lib/python3.6/dist-packages/Interlace-1.3.3-py3.6.egg/Interlace/lib/core/input.py", line 69, in _replace_variable_for_commands
File "/usr/lib/python3.6/random.py", line 320, in sample
raise ValueError("Sample larger than population or is negative")
ValueError: Sample larger than population or is negative
Hello !
I have an issue with interlace...
When I run my script using interlace from my user there is no issues, but when my cronjob run it I got this error message :
Do you have an idea from where it comes ?
Thanks