Skip to content

Commit

Permalink
Merge pull request #92 from GATEOverflow/dev
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
arjunsuresh authored Feb 13, 2025
2 parents 4d77d46 + 7dde5da commit 67a146e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlc/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ def cp(self, run_args):

choice = 0
if len(res['list']) == 0:
return {'return': 1, 'error': f'No {action_target} found for {src_id'}
return {'return': 1, 'error': f'No {action_target} found for {src_id}'}
elif len(res['list']) > 1 and not run_args.get("quiet"):
print(f"More than one {action_target} found for {src_id}:")

Expand Down

0 comments on commit 67a146e

Please sign in to comment.