Skip to content

OsOperations::copytree is corrected#94

Merged
dmitry-lipetsk merged 1 commit into
postgrespro:masterfrom
dmitry-lipetsk:D20260708_003--copytree
Jul 8, 2026
Merged

OsOperations::copytree is corrected#94
dmitry-lipetsk merged 1 commit into
postgrespro:masterfrom
dmitry-lipetsk:D20260708_003--copytree

Conversation

@dmitry-lipetsk

Copy link
Copy Markdown
Collaborator

Declaration:

    def copytree(self, src: str, dst: str) -> str:

LocalOperations:

  • returns dst explicitly

RemoteOperations:

  • [del] replacement an 'abs' path to home-path
  • fix: calls with encoding
  • transforms dst to absolute path and use it
  • fix: returns dst

Declaration:
    def copytree(self, src: str, dst: str) -> str:

LocalOperations:
 - returns dst explicitly

RemoteOperations:
 - [del] replacement an 'abs' path to home-path
 - fix: calls with encoding
 - transforms dst to absolute path and use it
 - fix: returns dst
@dmitry-lipetsk dmitry-lipetsk merged commit 5e9f804 into postgrespro:master Jul 8, 2026
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant