Mapping editing
This commit is contained in:
@ -370,7 +370,7 @@ def check(username, api_key, just_errors, ignore_activities, mapping_path=None):
|
||||
mapping_files = []
|
||||
for mapping_path_item in mapping_path:
|
||||
if not Path(mapping_path_item).exists():
|
||||
raise click.UsageError(f'{mapping_path_item} does not exist')
|
||||
raise click.UsageError(f"{mapping_path_item} does not exist")
|
||||
|
||||
mapping_file = _get_kimai_mapping_file(mapping_path_item)
|
||||
next(mapping_file)
|
||||
|
Reference in New Issue
Block a user