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
* Fix inconsistent use of tabs and spaces in InitGui.py
Replaced all tabs with spaces to resolve indentation error.
fixes:
- #7
- #8
- #9
* Fix syntax error in GDT.py by replacing <> with !=
Replaced all instances of <> with != to resolve invalid syntax error at line 279.
fixes#14
While attempting to load GDT, I got following error message:
During initialization the error "inconsistent use of tabs and spaces in indentation (<string>, line 48)" occurred in share/Mod/GDT/InitGui.py
Note: For security reasons, the patch was truncated
System:
The text was updated successfully, but these errors were encountered: