Skip to content

Commit

Permalink
chore(redmine): add redmine issue id to log
Browse files Browse the repository at this point in the history
  • Loading branch information
trowik committed May 24, 2023
1 parent 190bfd0 commit b5c509b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion timed/redmine/management/commands/import_project_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ def handle(self, *args, **options):
timed_project.save()
self.stdout.write(
self.style.SUCCESS(
f"Updating project {timed_project.name} with amount offered {timed_project.amount_offered} and amount invoiced {timed_project.amount_invoiced}"
f"Updating project {timed_project.name} #{redmine_project.id} with amount offered {timed_project.amount_offered} and amount invoiced {timed_project.amount_invoiced}"
)
)

0 comments on commit b5c509b

Please sign in to comment.