split long string into two shorter strings
This commit is contained in:
parent
9f7963135b
commit
0b61eb2700
1 changed files with 2 additions and 1 deletions
|
|
@ -309,7 +309,8 @@ class Vertex:
|
|||
elif field.get("required"):
|
||||
field_display_name = field.get("display_name")
|
||||
logger.warning(
|
||||
f"File path not found for {field_display_name} in component {self.display_name}. Setting to None."
|
||||
f"File path not found for {field_display_name} in component {self.display_name}. "
|
||||
"Setting to None."
|
||||
)
|
||||
params[field_name] = None
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue