yetone / yetone/auto-rsync

Issue : Inefficient String Concatenation in `RSyncEventHandler.rsync`

Open
#5 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
25
Forks
4
PR merge metrics
No merged PRs in 30d

Description

The `cmd` variable in the `rsync` method is constructed using string concatenation, which can be inefficient, especially when the number of options grows. Using f-strings or the `join` method would be more efficient and readable.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.