was missing in last commit
This commit is contained in:
parent
fdee3e4fce
commit
948aa0c544
|
@ -6,8 +6,7 @@ import numpy as np
|
|||
from optparse import OptionParser, Option
|
||||
|
||||
# -----------------------------
|
||||
def croak(self,
|
||||
what,
|
||||
def croak(what,
|
||||
newline = True):
|
||||
# -----------------------------
|
||||
sys.stderr.write(('\n'.join(map(str,what)) if not hasattr(what, "strip")
|
||||
|
|
Loading…
Reference in New Issue