DearPyGui icon indicating copy to clipboard operation
DearPyGui copied to clipboard

Mixed indentation in dearpygui.py (tabs + spaces)

Open kurtrowley opened this issue 6 months ago • 0 comments

Version of Dear PyGui

Version: 2.1.0 Operating System: Windows 10

My Issue/Question

IDE failure due to: Mixed indentation in dearpygui.py (tabs + spaces)

Had to correct with: >py -m reindent -r -v "C:\Users...\AppData\Local\Programs\Python\Python313\Lib\site-packages\dearpygui"

To Reproduce

I am using the Wingware IDE which has very careful tab/space indentation checking. I am using Wing Personal 10.0.9.0 (rev ce06f0ac5b83)

Expected behavior

This was a new pip install to latest version, should not have this problem, but fix was easy. Runs fine after the above fix.

kurtrowley avatar Aug 10 '25 17:08 kurtrowley