8000 feat: add support for updating existing files by jackton1 · Pull Request #32 · tj-python/github-deploy · GitHub
[go: up one dir, main page]

Skip to content

feat: add support for updating existing files #32

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 31, 2022

Conversation

jackton1
Copy link
Contributor

No description provided.

async with aiofiles.open(f"{dirname}/{filename}", mode="wb") as f:
await f.write(base64.b64decode(current_content))
elif only_update:
click.echo(f"Skipping: only updating existing files.")

Check warning

Code scanning / Prospector (reported by Codacy)

f-string is missing placeholders (F541)

f-string is missing placeholders (F541)
@jackton1 jackton1 merged commit 7597f38 into main Dec 31, 2022
@jackton1 jackton1 deleted the feat/add-support-for-updating-existing-files branch December 31, 2022 20:29
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
0