@@ -522,7 +522,7 @@ def list_software(output_format=FORMAT_TXT, detailed=False, only_installed=False
522522
523523 ecs .append (ec )
524524 print_msg ('\r ' , prefix = False , newline = False , silent = silent )
525- print_msg ("Processed %d/%d easyconfigs..." % (idx + 1 , cnt ), newline = False , silent = silent )
525+ print_msg ("Processed %d/%d easyconfigs..." % (idx + 1 , cnt ), newline = False , silent = silent )
526526 print_msg ('' , prefix = False , silent = silent )
527527
528528 software = {}
@@ -902,7 +902,7 @@ def gen_easyblock_doc_section_rst(eb_class, path_to_examples, common_params, doc
902902 '.. _' + classname + ':' ,
903903 '' ,
904904 '``' + classname + '``' ,
905- '=' * (len (classname )+ 4 ),
905+ '=' * (len (classname ) + 4 ),
906906 '' ,
907907 ]
908908
@@ -967,7 +967,7 @@ def gen_easyblock_doc_section_rst(eb_class, path_to_examples, common_params, doc
967967 if os .path .exists (os .path .join (path_to_examples , '%s.eb' % classname )):
968968 title = 'Example easyconfig for ``' + classname + '`` easyblock'
969969 doc .extend ([title , '-' * len (title ), '' , '.. code::' , '' ])
970- for line in read_file (os .path .join (path_to_examples , classname + '.eb' )).split ('\n ' ):
970+ for line in read_file (os .path .join (path_to_examples , classname + '.eb' )).split ('\n ' ):
971971 doc .append (INDENT_4SPACES + line )
972972 doc .append ('' ) # empty line after literal block
973973
0 commit comments