Whoops @ argument parsing

This commit is contained in:
Mike 2019-08-04 00:11:04 -07:00
parent dfa41ef856
commit c64fae60c2
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ class BackupDiff:
def consume_arguments(self):
i = 0
while i < len(sys.argv):
while i + 1 < len(sys.argv):
i += 1