Skip to content

Commit f0dc83f

Browse files
committed
Tidies up tests and improves coverage
1 parent cb109f8 commit f0dc83f

File tree

2 files changed

+107
-117
lines changed

2 files changed

+107
-117
lines changed

RATapi/project.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1038,9 +1038,8 @@ def try_relative_to(path: Path, relative_to: Path) -> str:
10381038
else:
10391039
warnings.warn(
10401040
"Could not save custom file path as relative to the project directory, "
1041-
"which means that it may not work on other devices."
1042-
"If you would like to share your project, make sure your custom files "
1043-
"are in a subfolder of the project save location.",
1041+
"which means that it may not work on other devices. If you would like to share your project, "
1042+
"make sure your custom files are in a subfolder of the project save location.",
10441043
stacklevel=2,
10451044
)
10461045
return str(path.resolve())

0 commit comments

Comments
 (0)