Remove references to graph arg
This commit is contained in:
parent
cf1635cd7a
commit
7acd788b72
|
@ -15,9 +15,7 @@ def main(args, path: Path):
|
||||||
path = output_path
|
path = output_path
|
||||||
db = BorgDatabase(path / 'borg.sqlite')
|
db = BorgDatabase(path / 'borg.sqlite')
|
||||||
|
|
||||||
if args.graph is not None:
|
if args.summary is not None:
|
||||||
pass
|
|
||||||
elif args.summary is not None:
|
|
||||||
summary = Summary(db, args.summary)
|
summary = Summary(db, args.summary)
|
||||||
else:
|
else:
|
||||||
borg_output = " ".join(stdin.readlines())
|
borg_output = " ".join(stdin.readlines())
|
||||||
|
|
Loading…
Reference in New Issue
Block a user