Skip to content

Commit 7eecc4a

Browse files
committed
fix: file "..." is not file sounds silly
1 parent 38ff10c commit 7eecc4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operators/import_camera_recording.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def _import_texture(self, scene: Scene, texture_props: TextureRecordingPropertie
5353

5454
recording_path = texture_props.absolute_recording_path
5555
if not path.isfile(recording_path):
56-
Result.do_error(f'file "{texture_props.recording_path}" is not a file')
56+
Result.do_error(f'"{texture_props.recording_path}" is not a file')
5757

5858
old_movie_clip: MovieClip = texture_props.movie_clip
5959
new_movie_clip = bpy.data.movieclips.load(recording_path)

0 commit comments

Comments
 (0)