Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
yocalebo committed May 9, 2024
1 parent d47e3ae commit a22304e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps_validation/validation/validate_dev_directory.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def validate_train(catalog_path: str, train_path: str, schema: str, to_check_app
else:
published_train_app_path = os.path.join(catalog_path, train_name, app_name)
try:
if not version_has_been_bumped(published_train_app_path, get_app_version(app_path)):
if not version_has_been_bumped(published_train_app_path, get_app_version(app_path.name)):
verrors.add(
f'{schema}.{app_name}.version',
'Version must be bumped as app has been changed but version has not been updated'
Expand Down

0 comments on commit a22304e

Please sign in to comment.