Skip to content

Commit 023b4c7

Browse files
committed
Remove whitespace from empty line (ruff, why you no do it!?)
1 parent 1d8622e commit 023b4c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/ayon_cinema4d/plugins/publish/validate_render_relative_paths.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,13 +109,13 @@ def repair(cls, instance: pyblish.api.Instance):
109109
def get_description(cls) -> str:
110110
return inspect.cleandoc(
111111
"""### Render paths are relative
112-
112+
113113
The render output paths must be absolute paths.
114114
115115
Relative paths can lead to renders being saved in unexpected
116116
locations due to the render possibly occurring from a published
117117
workfile.
118-
118+
119119
Use the 'Repair' action to convert relative paths to
120120
absolute paths based on the current Cinema4D project folder.
121121
"""

0 commit comments

Comments
 (0)