Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
Signed-off-by: neuronflow <[email protected]>
  • Loading branch information
neuronflow committed Feb 1, 2024
1 parent fec5734 commit bd0bd94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions panoptica/utils/citation_reminder.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@


def citation_reminder(func):
"""Decorator to remind users to cite panoptica."""

def wrapper(*args, **kwargs):
if os.environ.get("PANOPTICA_CITATION_REMINDER", "true").lower() == "true":
console = Console()
Expand Down

0 comments on commit bd0bd94

Please sign in to comment.