Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7a35183

Browse files
committedDec 14, 2022
turn variable assignment back on
1 parent d692f05 commit 7a35183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/dx/settings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class Settings(BaseSettings):
7373
# controls dataframe variable tracking, hashing, and storing in sqlite
7474
ENABLE_DATALINK: bool = True
7575
ENABLE_RENAMER: bool = True
76-
ENABLE_ASSIGNMENT: bool = False
76+
ENABLE_ASSIGNMENT: bool = True
7777

7878
NUM_PAST_SAMPLES_TRACKED: int = 3
7979
DB_LOCATION: str = ":memory:"

0 commit comments

Comments
 (0)
Please sign in to comment.