Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
abbbi committed Sep 5, 2023
1 parent febd4c9 commit c1d8177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion virtnbdrestore
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@ def main() -> None:
sys.exit(1)
args.sshClient.sftp.mkdir(args.output)
else:
output.target.Directory(args.output)
output.target.Directory().create(args.output)

ConfigFiles = lib.getLatest(args.input, "vmconfig*.xml", -1)
if not ConfigFiles:
Expand Down

0 comments on commit c1d8177

Please sign in to comment.