Fix incorrect method call
This commit is contained in:
parent
dc31a77a2c
commit
cebb418be5
@ -179,7 +179,7 @@ if __name__ == "__main__":
|
|||||||
curr_snapshot = None
|
curr_snapshot = None
|
||||||
|
|
||||||
try:
|
try:
|
||||||
with merge_files(INCLUDE_PATHS) as include_file:
|
with merge_files(*INCLUDE_PATHS) as include_file:
|
||||||
curr_snapshot = repo.create_snapshot(args.name)
|
curr_snapshot = repo.create_snapshot(args.name)
|
||||||
rsync(
|
rsync(
|
||||||
*rsync_opts,
|
*rsync_opts,
|
||||||
|
2
setup.py
2
setup.py
@ -11,7 +11,7 @@ with open("README", "r") as fh:
|
|||||||
# ========== Package Setup ==========
|
# ========== Package Setup ==========
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="rbackup",
|
name="rbackup",
|
||||||
version="0.2",
|
version="0.2.1",
|
||||||
author="Eric Torres",
|
author="Eric Torres",
|
||||||
author_email="erictorres4@protonmail.com",
|
author_email="erictorres4@protonmail.com",
|
||||||
description="An rsync-based tool for creating backups",
|
description="An rsync-based tool for creating backups",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user