We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83d0337 commit 86a56b6Copy full SHA for 86a56b6
nchs_mortality/delphi_nchs_mortality/run.py
@@ -104,7 +104,7 @@ def run_module(): # pylint: disable=too-many-branches,too-many-statements
104
params["aws_credentials"])
105
106
# Dont update cache from S3 (has daily files), only simulate a update_cache() call
107
- weekly_arch_diff._cache_updated = True # pylint: disable=W0212
+ weekly_arch_diff._cache_updated = True # pylint: disable=protected-access
108
109
# Diff exports, and make incremental versions
110
_, common_diffs, new_files = weekly_arch_diff.diff_exports()
0 commit comments