Skip to content

Commit

Permalink
[Update]: Fixed trailing white spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
yeshsurya committed Oct 10, 2024
1 parent 739baa4 commit 484c735
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ def main():
logger.info(f"Model name - {model_name}")
logger.info(f"Task name: {getattr(args, 'task_name', None)}")

# Validate port for right model type
# Validate port for right model type
if (args.pytorch_model_path):
if os.path.exists(os.path.join(args.pytorch_model_path, MLMODEL_FILE)):
raise ACFTValidationException._with_error(
Expand Down

0 comments on commit 484c735

Please sign in to comment.