Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Indentation error... lol
#5
Hi all,
thanks for replies.


Here is output with all code un-commented:
[Running] python -u "\\Mac\Home\Desktop\PythonProj\CSVParsing.py"
'\\mac\Home\Desktop\PythonProj'
CMD.EXE was started with the above path as the current directory.
UNC paths are not supported.  Defaulting to Windows directory.
  File "\\Mac\Home\Desktop\PythonProj\CSVParsing.py", line 38
    def Wipe(self):
    ^
IndentationError: expected an indented block

[Done] exited with code=1 in 0.087 seconds
(Apr-01-2020, 06:30 PM)buran Wrote: there is clearly problem in lines 36-53

Unless it is illegal to nest classes in Python i'm not sure how its so obvious.
All the code is properly indented and i see no syntactical issues anywhere.
Reply


Messages In This Thread
Indentation error... lol - by ironfelix717 - Apr-01-2020, 05:13 PM
RE: Indentation error... lol - by j.crater - Apr-01-2020, 05:39 PM
RE: Indentation error... lol - by stullis - Apr-01-2020, 05:40 PM
RE: Indentation error... lol - by buran - Apr-01-2020, 06:30 PM
RE: Indentation error... lol - by ironfelix717 - Apr-02-2020, 05:45 AM
RE: Indentation error... lol - by buran - Apr-02-2020, 06:09 AM
RE: Indentation error... lol - by ironfelix717 - Apr-02-2020, 02:19 PM
RE: Indentation error... lol - by stullis - Apr-02-2020, 02:24 PM
RE: Indentation error... lol - by buran - Apr-02-2020, 02:31 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Indentation Error With If Else Statement JoeDainton123 3 1,866 Aug-02-2020, 08:29 PM
Last Post: deanhystad
  Getting error message for indentation Shafla 5 2,916 May-07-2019, 08:56 PM
Last Post: Yoriz
  Help please - indentation error bil007 1 2,093 Mar-24-2019, 11:41 AM
Last Post: Yoriz
  Very strange error of indentation samsonite 12 5,372 Mar-22-2019, 10:45 AM
Last Post: samsonite
  Indentation error in Python code ErnestTBass 5 3,630 Feb-28-2019, 04:26 PM
Last Post: samsonite
  Class - Error Message (Indentation) tkj80 3 4,557 Jan-20-2017, 07:48 AM
Last Post: wavic

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020