Compare commits

..

No commits in common. "6e68e85954887b47c2130a8b2048af9c5bbc01b2" and "fea15472e3e21e50829a801f495af4fa3c144a0f" have entirely different histories.

2 changed files with 3 additions and 1 deletions

View File

@ -680,7 +680,8 @@ def _import(search, after, before):
and not mappings[0].kimai_project.allow_global_activities
):
click.secho(
f"fact {f.id}: project @{mappings[0].kimai_project.id} {mappings[0].kimai_project.name} does not allow global activity {mappings[0].kimai_activity} ({mappings[0].hamster_activity.name})", fg="red",
f"fact {f.id}: project @{mappings[0].kimai_project.id} {mappings[0].kimai_project.name} does not allow global activity {mappings[0].kimai_activity}",
fg="red",
)
has_errors = True
continue

View File

@ -1,3 +1,4 @@
click==8.0.3
requests==2.26.0
peewee==3.17.0
requests-cache==1.1.1