Fix lint issues

Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
Devin AI
2025-04-15 20:58:25 +00:00
parent 7537dc45ef
commit ce751fcd4a

View File

@@ -1,6 +1,7 @@
import os
import sys
def is_bundled():
"""Check if the application is running from a PyInstaller bundle."""
return getattr(sys, 'frozen', False) and hasattr(sys, '_MEIPASS')