windows-plotman icon indicating copy to clipboard operation
windows-plotman copied to clipboard

[BUG] Cant start plot with the following error

Open Handri-Kosada opened this issue 4 years ago • 0 comments

PS C:\plot> python.exe .\plotman.py status Traceback (most recent call last): File "C:\plot\plotman.py", line 113, in jobs = Job.get_running_jobs(dir_cfg['log']) File "C:\plot\job.py", line 76, in get_running_jobs jobs.append(Job(proc, logroot)) File "C:\plot\job.py", line 130, in init self.init_from_logfile() File "C:\plot\job.py", line 136, in init_from_logfile assert self.logfile AssertionError

Handri-Kosada avatar Apr 14 '21 02:04 Handri-Kosada