Skip to content

Commit

Permalink
[py] Removed debug statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
bilke committed Aug 28, 2024
1 parent 6309388 commit 627feff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion Applications/Python/ogs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@
if config_spec is not None:
from .config import * # noqa: F403
else:
print(os.environ)
from .config import * # noqa: F403
2 changes: 2 additions & 0 deletions Tests/Data/Notebooks/nbconvert_templates/collapsed.md.j2
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,9 @@
{% endblock data_latex %}

{% block data_html scoped %}
{% raw %} {{< rawhtml >}} {% endraw %}
{{ output.data['text/html'] }}
{% raw %} {{< /rawhtml >}} {% endraw %}
{% endblock data_html %}

{% block data_markdown scoped %}
Expand Down

0 comments on commit 627feff

Please sign in to comment.