Skip to content

OsOperations::touch is corrected#95

Merged
dmitry-lipetsk merged 1 commit into
postgrespro:masterfrom
dmitry-lipetsk:D20260708_004--touch
Jul 8, 2026
Merged

OsOperations::touch is corrected#95
dmitry-lipetsk merged 1 commit into
postgrespro:masterfrom
dmitry-lipetsk:D20260708_004--touch

Conversation

@dmitry-lipetsk

Copy link
Copy Markdown
Collaborator

Declaration:

    def touch(self, filename: str) -> None:

LocalOperations:

  • uses pathlib.Path(filename).touch(exist_ok=True)

Test is updated, too.

Declaration:
    def touch(self, filename: str) -> None:

LocalOperations:
 - uses pathlib.Path(filename).touch(exist_ok=True)

Test is updated, too.
@dmitry-lipetsk dmitry-lipetsk merged commit 735396c 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