Run flake8 linter and refactor accordingly

This commit is contained in:
Eric Torres 2019-03-17 18:23:21 -07:00
parent 30cb9e03a4
commit 920acd26d8

View File

@ -14,6 +14,7 @@ _RSYNC_BIN = "/usr/bin/rsync"
# ========== Logging Setup ===========
syslog = logging.getLogger(__name__)
# ========== Functions ==========
def rsync(*args):
"""Run an rsync command.