MCPcopy Index your code
hub / github.com/hellerve/programming-talks / handle_log

Function handle_log

scripts/add_years.py:52–57  ·  view source on GitHub ↗
(log)

Source from the content-addressed store, hash-verified

50
51
52def handle_log(log):
53 print('Done!')
54 if not log:
55 print('Everything went well!')
56 else:
57 print('\n'.join(log))
58
59
60def main():

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected