Skip to content
Snippets Groups Projects
Commit 32c5277f authored by Umesh Worlikar's avatar Umesh Worlikar
Browse files

ATLASJT-363: Add debug message while running in non-interactive mode

For jobs running on grid, PyJobTransforms detects the non-interactive
environment and enables text report. The debug message would help
detecting potential issues on grid jobs which otherwise would be
difficult to reproduce in interactive mode.


Former-commit-id: 43b31f69c027fff8120c241c154dc00774ff0bd3
parent ebe8a884
No related branches found
No related tags found
No related merge requests found
......@@ -609,6 +609,7 @@ class transform(object):
if not isInteractiveEnv():
reportType.append('text')
msg.debug('Detected Non-Interactive environment. Enabled text report')
if 'reportName' in self._argdict:
baseName = classicName = self._argdict['reportName'].value
......
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