From fdbcab8dae496535c80abd3689bbf89ff55d3c29 Mon Sep 17 00:00:00 2001 From: DriesSchaumont <5946712+DriesSchaumont@users.noreply.github.com> Date: Sun, 21 Jan 2024 16:48:22 +0100 Subject: [PATCH] Undo logging statement change --- viashpy/testing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/viashpy/testing.py b/viashpy/testing.py index 9112e2d..8d52dfa 100644 --- a/viashpy/testing.py +++ b/viashpy/testing.py @@ -196,7 +196,7 @@ def wrapper(args_as_list): return wrapper logger.info( - f"Could not find the original viash config source at '{viash_source_config_path}'. " + "Could not find the original viash config source. " "Assuming test script is run from 'viash test' or 'viash_test'." )