| commit | 82b591ceed704c798ead2d9104085a08e75b511b | [log] [tgz] |
|---|---|---|
| author | garciadeblas <gerardo.garciadeblas@telefonica.com> | Wed Mar 24 09:22:13 2021 +0100 |
| committer | garciadeblas <gerardo.garciadeblas@telefonica.com> | Thu May 20 17:37:10 2021 +0200 |
| tree | 9841a2576098f83e7d5df7e37fad8ff3904c9f58 | |
| parent | 2962f3e7aba84b4584d2deac30d1c163f6441a03 [diff] [blame] |
Reformat N2VC to standardized format Change-Id: I7bfc2236cd5f059dc1b659e9fb746fef619124b8 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/n2vc/loggable.py b/n2vc/loggable.py index b3b98da..d588a1d 100644 --- a/n2vc/loggable.py +++ b/n2vc/loggable.py
@@ -115,7 +115,7 @@ if not include_path: i = filename.rfind("/") if i > 0: - filename = filename[i + 1:] + filename = filename[i + 1 :] # datetime dt = datetime.datetime.now().strftime("%Y-%m-%d %H:%M:%S.%f")