Skip to content

Commit

Permalink
Lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
doshitan committed Jan 14, 2025
1 parent 157e826 commit cd00fd3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nava/platform/cli/commands/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,5 +172,7 @@ def migrate_from_legacy(
project,
origin_template_uri=origin_template_uri,
new_version_answers_file_name=app_name + ".yml",
legacy_version_file_name=legacy_version_file.relative_to(project.dir.resolve()),
legacy_version_file_name=str(legacy_version_file.relative_to(project.dir.resolve()))
if legacy_version_file
else None,
).migrate_from_legacy(commit=commit)

0 comments on commit cd00fd3

Please sign in to comment.