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 9f1a640 commit 5947b75Copy full SHA for 5947b75
repo2docker/buildpacks/r.py
@@ -270,7 +270,7 @@ def get_build_scripts(self):
270
"""
271
if self.checkpoint_date < RSPM_CUTOFF_DATE:
272
raise RuntimeError(
273
- f'Microsoft killed MRAN, the source of R package snapshots before {RSPM_CUTOFF_DATE.strptime("%Y-%m-%d")}. '\
+ f'Microsoft killed MRAN, the source of R package snapshots before {RSPM_CUTOFF_DATE.strftime("%Y-%m-%d")}. '\
274
f'This repo has a snapshot date of {self.checkpoint_date.strftime("%Y-%m-%d")} specified in runtime.txt. '\
275
'Please use a newer snapshot date'
276
)
0 commit comments