Advertisement
MD500_Pilot

Untitled

Jan 30th, 2021
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. (venv) chia@chiaplot01:~/plotman-main$ ./plotman.py plot
  2. ...starting plot loop
  3. Traceback (most recent call last):
  4. File "./plotman.py", line 92, in <module>
  5. wait_reason = manager.maybe_start_new_plot(dir_cfg, sched_cfg, plotting_cfg)
  6. File "/home/chia/plotman-main/manager.py", line 112, in maybe_start_new_plot
  7. plot_args.appent(dir_cfg['tmp2'])
  8. AttributeError: 'list' object has no attribute 'appent'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement