Skip to content

Commit 3201785

Browse files
committed
Always show citation reminder if env var is not set to false
1 parent ea83647 commit 3201785

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

brainles_preprocessing/utils/citation_reminder.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ def wrapper(*args, **kwargs):
2727
)
2828
console.rule()
2929
console.line()
30-
os.environ["BRAINLES_PREPROCESSING_CITATION_REMINDER"] = (
31-
"false" # Show only once
32-
)
3330
return func(*args, **kwargs)
3431

3532
return wrapper

0 commit comments

Comments
 (0)