Re: Python Error:IndentationError: expected an indented block

2006-11-08 Thread jim-on-linux
try this def DoCsubnet1 (action, subject, target, args): pass jim-on-linux http://www.inqvista.com On Wednesday 08 November 2006 10:47, Antonios Katsikadamos wrote: > hi all. I try to run an old python code and i > get the following message > > File

Re: Python Error:IndentationError: expected an indented block

2006-11-08 Thread Steve Holden
Antonios Katsikadamos wrote: > hi all. I try to run an old python code and i get the following message > > File "/home/antonis/db/access.py", line 119 > def DoCsubnet1 (action, subject, target, args): # DoC > servers net > ^ > IndentationError: expected an indented block >

Python Error:IndentationError: expected an indented block

2006-11-08 Thread Antonios Katsikadamos
hi all. I try to run an old python code and i get the following message File "/home/antonis/db/access.py", line 119     def DoCsubnet1 (action, subject, target, args): # DoC servers net   ^ IndentationError: expected an indented block 1) and I don't know what causes it. I would be