diff options
-rwxr-xr-x | scripts/update_extern_pkg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/update_extern_pkg b/scripts/update_extern_pkg index e4b7890..4243e19 100755 --- a/scripts/update_extern_pkg +++ b/scripts/update_extern_pkg @@ -146,7 +146,7 @@ if match: # If there wasn't an existing entry, or the last one wasn't based on the # template, put the new entry at the end: else: - buffer += tempbuf + buffer += '{0}\n\n'.format(tempbuf) # Restore the "keep" line at the end (along with a semicolon to avoid an IRAF # parser bug when the last entry ends with a curly bracket): |