refactoring
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
"source": [
|
||||
"dateProvider = DateProvider()\n",
|
||||
"print(' lastUpdated:', dateProvider.getLastUpdated())\n",
|
||||
"print('lastUpdatedDataSource:', dateProvider.getLastUpdatedDataSource()) \n",
|
||||
"print('lastUpdatedDataSource:', dateProvider.getLastUpdatedDataSource())\n",
|
||||
"needsUpdate = dateProvider.needsUpdate()\n",
|
||||
"print('needsUpdate:', needsUpdate)"
|
||||
]
|
||||
@@ -81,7 +81,7 @@
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"updateVAERSFiles(\n",
|
||||
" needsUpdate,\n",
|
||||
" needsUpdate = needsUpdate,\n",
|
||||
" years = [2022],\n",
|
||||
" workingDirectory = getWorkingDirectory())"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user