From a022f884d7b690b08df1593b647a12c0c4e9f0ce Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Tue, 15 Dec 2015 17:28:24 +0000 Subject: [PATCH] Cleaned up formatting. --- gprMax/utilities.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gprMax/utilities.py b/gprMax/utilities.py index 85db5d27..e2607512 100644 --- a/gprMax/utilities.py +++ b/gprMax/utilities.py @@ -54,6 +54,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with gprMax. If not, see .""" + width = 65 url = 'www.gprmax.com' print('\n{} {} {}'.format('*'*round((width - len(url))/2), url, '*'*round((width - len(url))/2))) @@ -61,7 +62,6 @@ along with gprMax. If not, see .""" print('{}'.format(gprMaxlogo.renderText('gprMax'))) print('{} v{} {}'.format('*'*round((width - len(version))/2), (version), '*'*round((width - len(version))/2))) print(licenseinfo) - print('\n{}\n'.format('*'*(width+3))) def update_progress(progress):