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
when running pip-missing-reqs command on my project, if no requirements.txt is found the execution stops as expected. The output is an unhandled exception tho, which could be catched and returned with a cleaner version
when running
pip-missing-reqs
command on my project, if norequirements.txt
is found the execution stops as expected. The output is an unhandled exception tho, which could be catched and returned with a cleaner versionoutput sample:
the output can be cleaned in something like
If deemed useful I can try and make a PR when I have the time
The text was updated successfully, but these errors were encountered: