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
The console entry point refers to zarpaint._main:main, but this produces an error. You cannot run the main function here because it tries to execute a function correct_labels that doesn't exist anywhere in the codebase. (I think it's been partially refactored, causing this issue).
The text was updated successfully, but these errors were encountered:
I had a look at the history, and based on these two commits , I think the CLI usage is deprecated and been replaced with the command listed here .
Looks like the rest of the functionality in LabelCorrector has been split up into the different widgets of the plugin? @jni I think we should be removing _main.py and LabelCorrector entirely but can you please confirm. If there is functionality in there that we want to keep please let me know.
The console entry point refers to zarpaint._main:main, but this produces an error. You cannot run the main function here because it tries to execute a function
correct_labels
that doesn't exist anywhere in the codebase. (I think it's been partially refactored, causing this issue).The text was updated successfully, but these errors were encountered: