diff options
Diffstat (limited to 'steuermann/report.py')
-rw-r--r-- | steuermann/report.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/steuermann/report.py b/steuermann/report.py index e68f634..ab4796b 100644 --- a/steuermann/report.py +++ b/steuermann/report.py @@ -219,7 +219,7 @@ def report_html( db, run_name, info_callback = info_callback_status, hlevel=1 ) def main() : import steuermann.config db = steuermann.config.open_db() - print report_html( db, 'arf2011-08-30 16:52:23.928381' ) + print(report_html( db, 'arf2011-08-30 16:52:23.928381' )) if __name__ == '__main__' : main() |