Skip to content
Snippets Groups Projects
Unverified Commit dcb71ec4 authored by SKAJohanVenter's avatar SKAJohanVenter
Browse files

SAR-293 Fixed linting issue. Fixed readthedocs link

parent fcffe224
No related branches found
No related tags found
No related merge requests found
SKA Logging Configuration Library
=================================
[![Documentation Status](https://readthedocs.org/projects/ska-ser-logging/badge/?version=latest)](https://developer.skatelescope.org/projects/ska-ser-logging/en/latest/?badge=latest)
[![Documentation Status](https://readthedocs.org/projects/ska-telescope-ska-ser-logging/badge/?version=latest)](https://developer.skao.int/projects/ska-ser-logging/en/latest/?badge=latest)
This project allows standard logging configuration across all SKA projects. The format used is described in detail
on the [developer portal](https://developer.skatelescope.org/en/latest/development/logging-format.html).
......
......@@ -23,7 +23,7 @@ try:
except ImportError: # pragma: no cover
import time as _time
__version__ = "0.0+unknown.{}".format(_time.strftime("%Y%m%d%H%M"))
__version__ = f"0.0+unknown.{_time.strftime('%Y%m%d%H%M')}"
else: # pragma: no cover
__version__ = _katversion.get_version(__path__[0])
# END VERSION CHECK
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment