Skip to content

Bug located in reading main_title from the rst file #1543

@MeenaBytes

Description

@MeenaBytes

Before submitting the issue

  • I have checked for Compatibility issues
  • I have searched among the existing issues
  • I am using a Python virtual environment

Description of the bug

While reading the main_title from rst file, dpf read until the first space encountered ( Refer to image below)

`import ansys.dpf.core as dpf
model = dpf.Model(file_path)

op = dpf.operators.metadata.result_info_provider(
data_sources=model.metadata.data_sources,
)

result_result_info = op.outputs.result_info()`

image

Steps To Reproduce

...

Which Operating System causes the issue?

Windows

Which DPF/Ansys version are you using?

DPF Server 2024.2.pre1

Which Python version causes the issue?

3.10

Installed packages

...

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingserverissue on the server side

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions