Skip to content
Snippets Groups Projects
Commit 3ef01ba2 authored by Maciej Pawel Szymanski's avatar Maciej Pawel Szymanski
Browse files

Merge branch 'maszyman-velo-upgrade' into 'master'

fix typo

See merge request !67
parents a9bbe883 452cbf84
No related branches found
No related tags found
1 merge request!67fix typo
......@@ -62,8 +62,8 @@ class UpgradePrCheckerHandler(BaseHandler):
raise Exception("No web dir on EOS defined, will not run extraction")
else:
import datetime
i = "PrChecker" + "_" + datetime.datetime.now()
dirname = str(version) + "_" + i.strftime("%Y-%m-%dT%H:%M:%S")
i = datetime.datetime.now()
dirname = "PrChecker" + "_" + str(version) + "_" + i.strftime("%Y-%m-%dT%H:%M:%S")
html_code = "<html>"\
"<head></head> "\
"<body> "\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment