Skip to content

Commit 7d553ca

Browse files
Update scancodeio/settings.py
Co-authored-by: Ayan Sinha Mahapatra <[email protected]>
1 parent 22c50af commit 7d553ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scancodeio/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@
375375

376376
# Package storage settings
377377

378-
ENABLE_PACKAGE_STORAGE = env.bool("ENABLE_PACKAGE_STORAGE", default=False)
378+
ENABLE_LOCAL_PACKAGE_STORAGE = env.bool("ENABLE_LOCAL_PACKAGE_STORAGE", default=False)
379379

380380
# Third-party apps
381381

0 commit comments

Comments
 (0)