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 8aff42b commit cbef12aCopy full SHA for cbef12a
caso/extract/manager.py
@@ -132,13 +132,6 @@ def _get_keystone_client(self):
132
def get_lastrun(self, project):
133
"""Get lastrun file for a given project."""
134
lfile = f"{self.last_run_base}.{project}"
135
- if not os.path.exists(lfile):
136
- LOG.warning(
137
- "WARNING: Old global lastrun file detected and no "
138
- "project specific file found, using it for this run"
139
- )
140
- lfile = self.last_run_base
141
-
142
date = "1970-01-01"
143
144
if os.path.exists(lfile):
0 commit comments