Skip to content

Commit

Permalink
fixed line length
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Baintner committed Dec 17, 2023
1 parent 18982dc commit 5f47ebd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion path_utils_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ def test_get_abs_blend_path(self):
path = path_utils.get_abs_blend_path(
'SH050\\SH050_render.blend', 'C:/Users/peter/Nextcloud/20_prod/24_shots')
self.assertEqual(
path.replace("\\", "/"), 'C:/Users/peter/Nextcloud/20_prod/24_shots/SH050/SH050_render.blend')
path.replace("\\", "/"),
'C:/Users/peter/Nextcloud/20_prod/24_shots/SH050/SH050_render.blend')

path = path_utils.get_abs_blend_path(
'C:/something/completely/different.blend', 'C:/Users/peter/Nextcloud/20_prod/24_shots')
Expand Down

0 comments on commit 5f47ebd

Please sign in to comment.