Compare commits
2 Commits
fea15472e3
...
6e68e85954
Author | SHA1 | Date | |
---|---|---|---|
6e68e85954 | |||
1db3591c05 |
@ -680,8 +680,7 @@ def _import(search, after, before):
|
|||||||
and not mappings[0].kimai_project.allow_global_activities
|
and not mappings[0].kimai_project.allow_global_activities
|
||||||
):
|
):
|
||||||
click.secho(
|
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}",
|
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",
|
||||||
fg="red",
|
|
||||||
)
|
)
|
||||||
has_errors = True
|
has_errors = True
|
||||||
continue
|
continue
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
click==8.0.3
|
|
||||||
requests==2.26.0
|
requests==2.26.0
|
||||||
peewee==3.17.0
|
peewee==3.17.0
|
||||||
requests-cache==1.1.1
|
requests-cache==1.1.1
|
||||||
|
Loading…
Reference in New Issue
Block a user