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
Python has a problem if tabs and spaces are mixed in the same script.
When in doubt change your editor to make tabs and spaces visible. It is also a very good idea to have the editor resolve all tabs to 4 spaces or always use tabs to avoid this confusion.
Traceback (most recent call last):
File "startquill_cherry.py", line 9, in
from QuillSourceProcessor import QuillSourceProcessor
File "/home/Quillpad-server/QuillSourceProcessor.py", line 131
"Loaded english dictionary from...", fname
^
IndentationError: unexpected indent
The text was updated successfully, but these errors were encountered: