diff options
Diffstat (limited to 'numpy/distutils/from_template.py')
-rw-r--r-- | numpy/distutils/from_template.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/distutils/from_template.py b/numpy/distutils/from_template.py index b7ce47708..65c60c498 100644 --- a/numpy/distutils/from_template.py +++ b/numpy/distutils/from_template.py @@ -191,7 +191,7 @@ def expand_sub(substr, names): def process_str(allstr): newstr = allstr - writestr = '' #_head # using _head will break free-format files + writestr = '' struct = parse_structure(newstr) |