From a62ac34c8195b45efb75c693d20bd6afb7ab2b70 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Sat, 21 Nov 2015 13:11:35 -0500 Subject: Fix typo --- scripts/cbc_repo2html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/cbc_repo2html') diff --git a/scripts/cbc_repo2html b/scripts/cbc_repo2html index 87bbc81..0eaffad 100755 --- a/scripts/cbc_repo2html +++ b/scripts/cbc_repo2html @@ -28,7 +28,7 @@ if __name__ == '__main__': print('') print('Repository Contents') print('') - print('') print('
')
     for key, subdict in sorted(repodata['packages'].items()):
         print("{0:50s} {1:>40s} {2:>20d}kb".format(key, subdict['md5'], subdict['size']))
-- 
cgit