Skip to content

Commit 604bb87

Browse files
Marking error-handling Side Exercise Deprecated (#2281)
* Marking `error-handling` Side Exercise Deprecated Per discussions on [issue 1780](#1780), the `error-handling` exercise probably needs a full re-write. Until that can be completed, we're deprecating the exercise for the Python track. * Changed topics to null for deprecated exercise * Changed unlock & difficulty params for error-handling Exercise has be deprecated. * remove trailing whitespace Co-authored-by: Corey McCandless <[email protected]>
1 parent ca56ef6 commit 604bb87

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

config.json

+4-5
Original file line numberDiff line numberDiff line change
@@ -1280,11 +1280,10 @@
12801280
"slug": "error-handling",
12811281
"uuid": "0dac0feb-e1c8-497e-9a1b-e96e0523eea6",
12821282
"core": false,
1283-
"unlocked_by": "hamming",
1284-
"difficulty": 3,
1285-
"topics": [
1286-
"exception_handling"
1287-
]
1283+
"unlocked_by": null,
1284+
"difficulty": 0,
1285+
"topics": null,
1286+
"deprecated": true
12881287
},
12891288
{
12901289
"slug": "dominoes",

0 commit comments

Comments
 (0)