Skip to content

Commit

Permalink
Change platform_name to platformName
Browse files Browse the repository at this point in the history
  • Loading branch information
singhd789 committed Dec 26, 2024
1 parent a577808 commit e699d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fre/make/create_docker_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def dockerfile_create(yamlfile,platform,target,execute):
if modelYaml.platforms.hasPlatform(platformName):
pass
else:
raise ValueError (platform_name + " does not exist in platforms.yaml")
raise ValueError (platformName + " does not exist in platforms.yaml")

platform = modelYaml.platforms.getPlatformFromName(platformName)

Expand Down

0 comments on commit e699d08

Please sign in to comment.