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
Line 97 of git_adapter_patch returns the StringIO objects from scm_cmd which can lead to the StringIO to be returned from the tags method. You could either not return retio from scm_cmd or also patch tags to return @tags after the loop.
The text was updated successfully, but these errors were encountered:
The method
tags
does not return@tags
explicitly, but relies on the result of the block to be returnedLine 97 of git_adapter_patch returns the StringIO objects from
scm_cmd
which can lead to the StringIO to be returned from thetags
method. You could either not returnretio
fromscm_cmd
or also patchtags
to return@tags
after the loop.The text was updated successfully, but these errors were encountered: