scripts/dpdk_mem_info: fix line break during print

Reported-by: GangCao <gang.cao@intel.com>
Signed-off-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
Change-Id: I906b9fec1057f5ac56e4ab2d723a36e0b5351361
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/14591
Reviewed-by: GangCao <gang.cao@intel.com>
Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
This commit is contained in:
Tomasz Zawadzki 2022-09-21 10:53:59 +02:00 committed by Konrad Sztyber
parent 1b575d831d
commit 4bdf131f56

View File

@ -385,7 +385,7 @@ if __name__ == "__main__":
args = parser.parse_args()
if not os.path.exists(args.stats_file):
print("Error, specified stats file does not exist. Please make sure you have run the"
print("Error, specified stats file does not exist. Please make sure you have run the "
"env_dpdk_get_mem_stats rpc on the spdk app you want to analyze.")
exit(1)