src/co_op_translator/core/project/directory_manager.py [217:226]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                            f"Removed empty directory: {parent}"
                                        )
                                    except OSError as e:
                                        logger.warning(
                                            f"Could not remove directory {parent}: {e}"
                                        )
                                        break
                                else:
                                    break
                                parent = parent.parent
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/co_op_translator/core/project/directory_manager.py [314:323]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                            f"Removed empty directory: {parent}"
                                        )
                                    except OSError as e:
                                        logger.warning(
                                            f"Could not remove directory {parent}: {e}"
                                        )
                                        break
                                else:
                                    break
                                parent = parent.parent
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



