Skip to content

Commit

Permalink
rseb
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz committed Nov 27, 2024
1 parent b4e40de commit b540813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aiida/manage/configuration/profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ def filepaths(self):
from aiida.common.warnings import warn_deprecation
from aiida.manage.configuration.settings import AiiDAConfigPathResolver

warn_deprecation('This method has been deprecated', version=3)
warn_deprecation('This method has been deprecated, use `filepaths` method from `Config` obj instead', version=3)

daemon_dir = AiiDAConfigPathResolver().daemon_dir
daemon_log_dir = AiiDAConfigPathResolver().daemon_log_dir
Expand Down

0 comments on commit b540813

Please sign in to comment.