Skip to content

Commit 5e2855d

Browse files
author
Christophe GUILLOT
committed
debug env
1 parent a30c048 commit 5e2855d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

libs/hfdm/src/hfdm/hf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ def compute_environment(self, replacer: VariableReplacer = None):
134134

135135
computed = self.__compute_variables(raw_env, replacer)
136136

137-
logger.debug("Raw environment:", raw_env)
138-
logger.debug("Computed environment:", computed)
137+
logger.debug("Raw environment: %s", raw_env)
138+
logger.debug("Computed environment: %s", computed)
139139

140140
return computed
141141

0 commit comments

Comments
 (0)