corrected indent

This commit is contained in:
Marc Mance
2024-07-30 17:47:37 -04:00
parent 44b178f36f
commit 62091a8c10

View File

@@ -19,6 +19,7 @@ def is_debian():
# Debian-based systems often have 'debian' in their platform string # Debian-based systems often have 'debian' in their platform string
return "linux" in platform.platform().lower() return "linux" in platform.platform().lower()
def getTimestamp(): def getTimestamp():
timestamp = time.time() timestamp = time.time()
local_time = time.localtime(timestamp) local_time = time.localtime(timestamp)
@@ -36,6 +37,7 @@ def runCollect(command):
return result.stderr return result.stderr
def scaleIostat_disk(): def scaleIostat_disk():
command = ["iostat", "-xyd", "1", "1"] command = ["iostat", "-xyd", "1", "1"]
filename = "ioStat.csv" filename = "ioStat.csv"