From 6b497ea8f41d78eb6c311bcdd440126585351cee Mon Sep 17 00:00:00 2001 From: jaydee Date: Fri, 27 Sep 2024 12:36:29 +0200 Subject: [PATCH] bitwarden --- handle_imported_video.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/handle_imported_video.py b/handle_imported_video.py index c438500..41427ee 100644 --- a/handle_imported_video.py +++ b/handle_imported_video.py @@ -135,7 +135,11 @@ if _ACTION == "join": if os.path.exists(_FULL_PATH): if os.path.exists(_FULL_PATH + "100GOPRO"): - _FULL_PATH = _FULL_PATH + "100GOPRO" + + if ops == "win": + _FULL_PATH = _FULL_PATH + "100GOPRO\\" + else: + _FULL_PATH = _FULL_PATH + "100GOPRO/" for filename in os.listdir(_FULL_PATH): if filename.endswith(".MP4") and not filename.startswith("joined_"):