Cura/plugins/UM3NetworkPrinting/src/Network
Remco Burema 2b88a2dc87
Fix error log spam.
The code is clearly written to take into account that 'addresses' may be null. But not that the whole 'addresses' attribute may not exist. And then instead of printing one warning (Could not get information about XX) it instead printed a stacktrace and retried and printed a stacktrace and retried and printed a stacktrace and.... It ended up driving me a bit nuts when looking at the logs for unrelated reasons. So Ifinallay fixed it. Could end up as a speedup in some cases as well I suppose?
2021-02-26 21:56:33 +01:00
..
__init__.py Restructure codebase - part 1 2019-07-26 15:07:52 +02:00
ClusterApiClient.py Remove trailing whitespace from Python files 2020-05-29 14:30:33 +02:00
LocalClusterOutputDevice.py Increase timeout time for the cluster output 2020-08-25 16:07:46 +02:00
LocalClusterOutputDeviceManager.py Merge remote-tracking branch 'origin/master' into doxygen_to_restructuredtext_comments 2020-05-28 17:31:24 +02:00
SendMaterialJob.py Don't attempt to send the empty material 2020-10-16 14:32:00 +02:00
ZeroConfClient.py Fix error log spam. 2021-02-26 21:56:33 +01:00