print_version_warning
- dustpy.utils.print_version_warning(timeout=0.5)[source]
Functions prints a warning to screen if a newer version of
DustPy
is available.- Parameters:
timeout (float, optional, default : 0.5) – Timeout in seconds after which test will be aborted
Notes
If no internet connection is available the test will be aborted after
timeout
. This also happens if an internet connection is available but the ping is greater thantimeout
.