Skip to content

Commit f591d7c

Browse files
author
Rajesh Meena
committed
code style fixes
1 parent e95ee16 commit f591d7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ansys/dpf/core/data_sources.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ def set_domain_result_file_path(
292292
>>> my_data_sources.set_domain_result_file_path(path='/tmp/file1.rst', key='rst', domain_id=1)
293293
294294
"""
295-
path = PurePosixPath(path) if self._server.os == 'posix' else PureWindowsPath(path)
295+
path = PurePosixPath(path) if self._server.os == "posix" else PureWindowsPath(path)
296296
if key:
297297
self._api.data_sources_set_domain_result_file_path_with_key_utf8(
298298
self, str(path), key, domain_id

0 commit comments

Comments
 (0)