File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1248,19 +1248,19 @@ def _push_to_datastore(
1248
1248
if "dpp_suggestions" not in package :
1249
1249
1250
1250
logger .warning (
1251
- 'Warning: "dpp_suggestions" field required to process Suggestion Formulae is not found in this package . Adding "dpp_suggestions" to package'
1251
+ 'Warning: "dpp_suggestions" field required to process Suggestion Formulae is not found in this package. Adding "dpp_suggestions" to package'
1252
1252
)
1253
1253
1254
1254
try :
1255
1255
package ["dpp_suggestions" ] = {}
1256
1256
dsu .patch_package (package )
1257
- logger .error (
1257
+ logger .warning (
1258
1258
'"dpp_suggestions" field added to package'
1259
1259
)
1260
1260
1261
1261
except Exception as e :
1262
1262
logger .error (
1263
- 'Error adding "dpp_suggestions" field {}' . format ( e )
1263
+ f 'Error adding "dpp_suggestions" field { e } '
1264
1264
)
1265
1265
return
1266
1266
else :
You can’t perform that action at this time.
0 commit comments