Skip to content
Snippets Groups Projects
Commit 0de71d7d authored by tuhe's avatar tuhe
Browse files

fixing small issue with version

parent 0e7642b7
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -90,6 +90,7 @@ def upack(q):
def evaluate_report(report, question=None, qitem=None, passall=False, verbose=False, show_expected=False, show_computed=False,unmute=False, show_help_flag=True,
silent=False):
from unitgrade.version import __version__
now = datetime.now()
ascii_banner = pyfiglet.figlet_format("UnitGrade", font="doom")
b = "\n".join( [l for l in ascii_banner.splitlines() if len(l.strip()) > 0] )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment