[201911][procdockerstatsd] fix typo for variable name (#7183)
This commit is contained in:
parent
72b32a96fc
commit
e1eb1bda59
@ -70,7 +70,7 @@ class ProcDockerStats(daemon_base.DaemonBase):
|
||||
UNITS_KB = 'KB'
|
||||
UNITS_MB = 'MB'
|
||||
UNITS_GB = 'GB'
|
||||
UNITS_GB = 'TB'
|
||||
UNITS_TB = 'TB'
|
||||
UNITS_MiB = 'MiB'
|
||||
UNITS_GiB = 'GiB'
|
||||
UNITS_TiB = 'TiB'
|
||||
|
Reference in New Issue
Block a user