Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion appmap/_implementation/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def warn_config_missing(path):
name = path.resolve().parent.name
package = re.sub(r'\W', '.', name).lower()
logger.warning(dedent(f'''
Config file "{path}" is missing; AppMaps won't be recorded.
Config file "{path.absolute()}" is missing; AppMaps won't be recorded.
You need to create the file, for example:

name: {name} # your project name
Expand Down