Skip to content
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

Replace tabs with spaces #15

Open
jhgorse opened this issue Nov 28, 2023 · 0 comments
Open

Replace tabs with spaces #15

jhgorse opened this issue Nov 28, 2023 · 0 comments

Comments

@jhgorse
Copy link

jhgorse commented Nov 28, 2023

Consider spaces:

https://github.com/hoffstadt/DearPyGui_Ext/blob/2dcc147c2f3bb2467f70cfbf7521203fb006f4a5/dearpygui_ext/logger.py#L66C46-L66C46

        if level == 0:
            message = "[TRACE]    " + message
            theme = self.trace_theme
        elif level == 1:
            message = "[DEBUG]    " + message
            theme = self.debug_theme
        elif level == 2:
            message = "[INFO]     " + message
        elif level == 3:
            message = "[WARNING]  " + message
            theme = self.warning_theme
        elif level == 4:
            message = "[ERROR]    " + message
            theme = self.error_theme
        elif level == 5:
            message = "[CRITICAL] " + message
            theme = self.critical_theme
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant