From 39afa87a271a5b5b47c9ecb7fd725c9fa29d379e Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Fri, 28 Mar 2003 02:08:33 +0000 Subject: [PATCH] Added another blank line at the end just in case --- scripts/setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/setup.py b/scripts/setup.py index dfc65372e..d50679f9e 100644 --- a/scripts/setup.py +++ b/scripts/setup.py @@ -124,6 +124,7 @@ if __name__ == '__main__': 'when the bot is finished connecting to the server?' configfd.write(anything('What command?')) configfd.write('\n') + configfd.write('\n') configfd.close() ###