Skip to content

Commit

Permalink
[Bug Fix] Variable referenced before initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffxy committed Sep 13, 2022
1 parent 719695e commit 9844e9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/conductor/cli/restore.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ def main(args):
raise ArchiveFileInvalid()

try:
archive_version_index = None
staging_path = ctx.output_path / ARCHIVE_STAGING
staging_path.mkdir(exist_ok=True)
extract_archive(archive_file, staging_path)
Expand Down

0 comments on commit 9844e9f

Please sign in to comment.