Skip to content
Snippets Groups Projects
Commit 0f751844 authored by Johan Venter's avatar Johan Venter
Browse files

Merge branch 'sar-293_fix_lint_issue' into 'master'

SAR-293 Fixed linting issue. Fixed readthedocs link

See merge request ska-telescope/ska-ser-logging!14
parents fcffe224 dcb71ec4
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