Skip to content

Commit a9a5b4b

Browse files
authored
Remove now-unused channel errors (#3713)
The final use of channel errors was removed in PR #3690 This is part of #3515 channel removal project # Changed Behaviour Any user catching these errors explicitly will now get an error about the exceptions being undefined. Because these don't exist any more, it should be safe to remove those catches. ## Type of change - Code maintenance/cleanup
1 parent 3a18a4a commit a9a5b4b

File tree

2 files changed

+0
-32
lines changed

2 files changed

+0
-32
lines changed

docs/reference.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,6 @@ Exceptions
169169
parsl.providers.errors.ScaleOutFailed
170170
parsl.providers.errors.SchedulerMissingArgs
171171
parsl.providers.errors.ScriptPathError
172-
parsl.channels.errors.ChannelError
173-
parsl.channels.errors.FileCopyException
174172
parsl.executors.high_throughput.errors.WorkerLost
175173
parsl.executors.high_throughput.interchange.ManagerLost
176174
parsl.serialize.errors.DeserializationError

parsl/channels/errors.py

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)