Skip to content

feat: add support for updating existing files#32

Merged
jackton1 merged 1 commit intomainfrom
feat/add-support-for-updating-existing-files
Dec 31, 2022
Merged

feat: add support for updating existing files#32
jackton1 merged 1 commit intomainfrom
feat/add-support-for-updating-existing-files

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