-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FIX]: add helper utils #29
Conversation
Add extra catch-all arg to utils print functions and pass to internal print
Sorry for the late response, will check it out this weekend! |
Everything seems good, but I get the following warning after running a command:
Does this only happen on my machine? |
What OS and what command? I don't see it when I run |
MacOS, apicon and falcon when I tested them, but I think it's on every command for me. |
Reproduced it on a Mac, Python 3.11.4. I think it might be Mac specific but I'll need to investigate it. It's just a warning at least but it appears to be Mac specific 🤔 I'll investigate. Oddly it is most likely from my previous PR, that was the only place I used |
I haven't been able to find any useful threads on this specific issue but I had a suspicion that the |
I honestly couldn't tell you, but that seems to have been the issue. Could you update your changes for that fix? I can merge it once that's done. Thanks! |
Absolutely, I'll update it now! |
Addresses #4 by moving output functions and variables to
utils.py
and importing from it in modules.This PR moves a lot and touches almost every file so there's no rush on checking it. Please take as long as you need and if it's too much (or just not how you'd like it done), please let me know 🙏 thanks for letting me contribute more!