Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shaiic-pai committed Sep 29, 2020
1 parent 3f92717 commit c573146
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 155 deletions.
4 changes: 2 additions & 2 deletions deployment/paiLibrary/common/template_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
import logging
import logging.config

logger = logging.getLogger(__name__)

logger = logging.getLogger(__name__)

def generate_from_template_dict(template_data, map_table):

generated_file = jinja2.Template(template_data).render(
map_table
)

return generated_file
return generated_file
153 changes: 0 additions & 153 deletions docs/manual/cluster-admin/alerting-and-troubleshooting.md

This file was deleted.

Binary file not shown.

0 comments on commit c573146

Please sign in to comment.