Skip to content

Commit

Permalink
test commit-fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
anandhu-eng committed Sep 18, 2024
1 parent 238f0ca commit d4505af
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions automation/script/module.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,10 +387,11 @@ def _run(self, i):
if 'verbose' in i: verbose=i['verbose']
elif 'v' in i: verbose=i['v']


if verbose:
env['CM_VERBOSE']='yes'
run_state['tmp_verbose']=True
logging.getLogger().setLevel(logging.DEBUG)
run_state['tmp_verbose'] = True
env['CM_VERBOSE'] = 'yes'


print_deps = i.get('print_deps', False)
Expand Down

0 comments on commit d4505af

Please sign in to comment.