You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ plotman kill 2f01
Namespace(cmd='kill', idprefix=['2f01'])
Pausing PID 6186, plot id 2f01113f17bf5c7222026ec8bb5cc7d762d2c55c8085f36a5e68a9ba4510b905
Traceback (most recent call last):
File "/home/nurlan/chia/venv/bin/plotman", line 8, in <module>
sys.exit(main())
File "/home/nurlan/chia/venv/lib/python3.8/site-packages/plotman/plotman.py", line 230, in main
temp_files = job.get_temp_files()
File "/home/nurlan/chia/venv/lib/python3.8/site-packages/plotman/job.py", line 373, in get_temp_filesifself.tmpdir in f.path orself.tmp2dir in f.path orself.dstdir in f.path:
TypeError: 'in <string>' requires string as left operand, not NoneType`
Give @development a try and let me know if it isn't fixed.
nbayaman
changed the title
job.py throws when there is now temp2 is specified and trying to kill a process
job.py throws when there is no temp2 is specified and trying to kill a process
May 10, 2021
I've checked your fixing code, I think it should do. I have dirty patched on my local env for myself, so got rid of the bug. Anyways, I think this issue can be marked as closed.
line 373:
self.tmp2dir
should be sanitized here I guessThe text was updated successfully, but these errors were encountered: