improve output of active post processor modules

This commit is contained in:
Mike Fährmann
2019-08-15 13:31:04 +02:00
parent 2cbbc3dec4
commit 5f8621b29d
2 changed files with 12 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Copyright 2018 Mike Fährmann
# Copyright 2018-2019 Mike Fährmann
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as
@@ -23,3 +23,6 @@ class PostProcessor():
def finalize(self):
"""Cleanup"""
def __repr__(self):
return self.__class__.__name__