Skip to content

Commit 62ec883

Browse files
committed
Fix type
1 parent 2f41580 commit 62ec883

File tree

1 file changed

+1
-1
lines changed
  • pacu/modules/ebs__download_snapshots

1 file changed

+1
-1
lines changed

pacu/modules/ebs__download_snapshots/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def main(args, pacu: Main):
9191
snap.fetch()
9292

9393
return SummaryData(
94-
out_dir=out_dir,
94+
out_dir=str(out_dir),
9595
snapshot_id=snapshot_id,
9696
snapshot_path=str(snap.path),
9797
vagrantfile=str(utils.init_vagrant(out_dir, True)),

0 commit comments

Comments
 (0)