Skip to content

Commit 86a56b6

Browse files
chinandrewkrivard
andauthored
Update nchs_mortality/delphi_nchs_mortality/run.py
Co-authored-by: Katie Mazaitis <krivard@cs.cmu.edu>
1 parent 83d0337 commit 86a56b6

File tree

1 file changed

+1
-1
lines changed
  • nchs_mortality/delphi_nchs_mortality

1 file changed

+1
-1
lines changed

nchs_mortality/delphi_nchs_mortality/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def run_module(): # pylint: disable=too-many-branches,too-many-statements
104104
params["aws_credentials"])
105105

106106
# Dont update cache from S3 (has daily files), only simulate a update_cache() call
107-
weekly_arch_diff._cache_updated = True # pylint: disable=W0212
107+
weekly_arch_diff._cache_updated = True # pylint: disable=protected-access
108108

109109
# Diff exports, and make incremental versions
110110
_, common_diffs, new_files = weekly_arch_diff.diff_exports()

0 commit comments

Comments
 (0)