On 27/04/16 04:14, Chris Johns wrote:
def changedFileSummary():
if isDiffMode == False:
print('%d file(s) were changed:' % (filesProcessedCount))
- for f in sorted(filesProcessed):
- print(' %s' % (f))
+ if verbose():
+ for f in sorted(filesProcessed):
+ print(' %s' % (f))
+
+def read_file(name):
Can we please use CamelCase or underscore names throughout, but not both
styles in one file.
--
Sebastian Huber, embedded brains GmbH
Address : Dornierstr. 4, D-82178 Puchheim, Germany
Phone : +49 89 189 47 41-16
Fax : +49 89 189 47 41-09
E-Mail : [email protected]
PGP : Public key available on request.
Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.
_______________________________________________
devel mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/devel