We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 943e1f7 commit d0db3bbCopy full SHA for d0db3bb
src/syncgitlab2msproject/sync.py
@@ -264,7 +264,8 @@ def sync_gitlab_issues_to_ms_project(
264
synced += update_task_with_issue_data(task, ref_issue)
265
else:
266
logger.info(
267
- f"Not Syncing {task} as a not reference to an gitlab issue could be found"
+ f"Not Syncing {task} as a not reference to an gitlab "
268
+ f"issue could be found"
269
)
270
# adding everything that was not synced and is not duplicate
271
for ref_id in non_moved:
0 commit comments