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_"):