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

Indentation error #33

Closed
2 tasks done
luzpaz opened this issue Jan 25, 2019 · 1 comment
Closed
2 tasks done

Indentation error #33

luzpaz opened this issue Jan 25, 2019 · 1 comment

Comments

@luzpaz
Copy link
Contributor

luzpaz commented Jan 25, 2019

  • ObjectCreation/Draft_Circle_3_Points.FCMacro

Error in Py3Qt5 (stills works fine in Py2Qt4):

<unknown exception traceback><class 'TabError'>: ('inconsistent use of tabs and spaces in indentation', ('E:/Data/FreeCAD/Macro/Draft_Circle_3_Points.FCMacro', 58, 18, '\t\tx_point_1=ta[1]\n'))
  • unrollRuledSurface.py

Error in Py3Qt5 (stills works fine in Py2Qt4):

<unknown exception traceback><class 'TabError'>: ('inconsistent use of tabs and spaces in indentation', ('E:/Data/FreeCAD/Macro/Unroll_Ruled_Surface.FCMacro', 96, 25, '\tif faces.__len__() > 1:\n'))

Related to #8
Found by @Syres916 on the forum

@galou
Copy link
Collaborator

galou commented Feb 1, 2019

Should be fixed in f9318c9.

@galou galou closed this as completed Feb 1, 2019
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

2 participants