On 27/04/2016 17:38, Sebastian Huber wrote:
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.
Yes of course, I will make a change and push soon. Thanks Chris _______________________________________________ devel mailing list [email protected] http://lists.rtems.org/mailman/listinfo/devel
