You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Migrate ticket #7 (5 changes): very strange bug with LaurentS
created issue Issue(title="very strange bug with LaurentSeriesRing", number=28)
comment by was ( -> )
attachment by was ( -> 1790.patch)
resolution by was ( -> fixed)
Traceback (most recent call last):
File "./migrate.py", line 806, in <module>
convert_issues(source, dest, only_issues = only_issues, blacklist_issues = blacklist_issues)
File "./migrate.py", line 568, in convert_issues
assert attachment is None or change_type == "comment", "an attachment must be followed by a comment"
AssertionError: an attachment must be followed by a comment
Is it because the attachment was added after the last comment? Or something else?
The text was updated successfully, but these errors were encountered:
OK. I don't remember anything. Might be that this logic is even from the trac-to-gitlab that was the base of this, which was taken from somewhere else again...
The scripts will need adjustments for your usecase. If you have a fix for this issue or other general improvements, then I can merge them into here.
On https://trac.sagemath.org/ticket/7 one gets
Is it because the attachment was added after the last comment? Or something else?
The text was updated successfully, but these errors were encountered: