Skip to content

Commit 7c221f0

Browse files
authored
Re-add project name (#102)
1 parent 72912a4 commit 7c221f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/import.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ var importCmd = &cobra.Command{
9090

9191
params := utils.ImportParams{
9292
Input: input,
93-
Output: output,
93+
Output: filepath.Join(output, projectName),
9494
CameraName: cameraName,
9595
SkipAuxiliaryFiles: skipAuxFiles,
9696
DateFormat: dateFormat,

0 commit comments

Comments
 (0)