On second thought, that's not what the error is. You'll need the other files from marss.utils too since the graph_yaml.py script uses a bunch of functions from the other .py files there (Graphs.py, BOB.py, etc, etc).
On Thu, Mar 28, 2013 at 10:55 PM, Paul Rosenfeld <[email protected]>wrote: > Have you changed the file at all? This is an indentation error meaning you > might have put in spaces instead of tabs or something like that -- I just > checked out a fresh copy and it works fine for me. > > > > On Thu, Mar 28, 2013 at 7:46 PM, Mansour <[email protected]>wrote: > >> The whole error is: >> >> File "./graph_yaml.py", line 22 >> if filename.endswith(".bob"): >> ^ >> IndentationError: expected an indented block >> >> >> >> >> >> _______________________________________________ >> http://www.marss86.org >> Marss86-Devel mailing list >> [email protected] >> https://www.cs.binghamton.edu/mailman/listinfo/marss86-devel >> > >
_______________________________________________ http://www.marss86.org Marss86-Devel mailing list [email protected] https://www.cs.binghamton.edu/mailman/listinfo/marss86-devel
