From 50c9cbf61327f0943810053d671ab1b99c6018d4 Mon Sep 17 00:00:00 2001 From: Harshil Patel Date: Mon, 13 Nov 2023 14:09:13 -0800 Subject: [PATCH] stdlib, resources: Fixed deprecation warning Change-Id: I61865d9a2c08e344824a735ee5e85fb54cd489da --- src/python/gem5/resources/resource.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/python/gem5/resources/resource.py b/src/python/gem5/resources/resource.py index ae9ff668ca..98c58cf832 100644 --- a/src/python/gem5/resources/resource.py +++ b/src/python/gem5/resources/resource.py @@ -970,7 +970,8 @@ def obtain_resource( "Deprecation warning: resources field in workloads has changed" "from { category: id } to" "{ category: { id: id, resource_version: resource_version } }" - "Please update your resource.json file to reflect this change." + "The current develop branch of gem5 supports both formats" + "but this will be removed in the 23.1 release." ) params[key] = obtain_resource( value,