Skip to content

Commit

Permalink
Re-add project name (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
KonradIT authored Feb 14, 2023
1 parent 72912a4 commit 7c221f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/import.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ var importCmd = &cobra.Command{

params := utils.ImportParams{
Input: input,
Output: output,
Output: filepath.Join(output, projectName),
CameraName: cameraName,
SkipAuxiliaryFiles: skipAuxFiles,
DateFormat: dateFormat,
Expand Down

0 comments on commit 7c221f0

Please sign in to comment.