Skip to content

Commit d0db3bb

Browse files
committed
fix to long line
1 parent 943e1f7 commit d0db3bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/syncgitlab2msproject/sync.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,8 @@ def sync_gitlab_issues_to_ms_project(
264264
synced += update_task_with_issue_data(task, ref_issue)
265265
else:
266266
logger.info(
267-
f"Not Syncing {task} as a not reference to an gitlab issue could be found"
267+
f"Not Syncing {task} as a not reference to an gitlab "
268+
f"issue could be found"
268269
)
269270
# adding everything that was not synced and is not duplicate
270271
for ref_id in non_moved:

0 commit comments

Comments
 (0)