Skip to content

Commit 1769994

Browse files
Update brainles_preprocessing/utils/citation_reminder.py
Co-authored-by: Copilot <[email protected]>
1 parent 052988e commit 1769994

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

brainles_preprocessing/utils/citation_reminder.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
def citation_reminder(func):
99
"""Decorator to remind users to cite brainles-preprocessing."""
1010

11+
@functools.wraps(func)
1112
def wrapper(*args, **kwargs):
1213
if (
1314
os.environ.get("BRAINLES_PREPROCESSING_CITATION_REMINDER", "true").lower()

0 commit comments

Comments
 (0)