We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25f110b commit 5e398f0Copy full SHA for 5e398f0
src/gh/components/DF_export_cloud_to_file/code.py
@@ -64,7 +64,7 @@ def RunScript(self,
64
65
# check that the i_file_path is a valid path and it has the .ply extension
66
if not i_file_path.endswith(".ply"):
67
- ghenv.Component.AddRuntimeMessage(RML.Warning, exception) # noqa: F821
+ ghenv.Component.AddRuntimeMessage(RML.Warning, "Attention: the format should be .ply") # noqa: F821
68
return None
69
70
if i_dump:
0 commit comments