We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 438dc2f commit e0d226bCopy full SHA for e0d226b
gitlab/utils.py
@@ -15,6 +15,7 @@
15
# You should have received a copy of the GNU Lesser General Public License
16
# along with this program. If not, see <http://www.gnu.org/licenses/>.
17
18
+
19
class _StdoutStream(object):
20
def __call__(self, chunk):
21
print(chunk)
0 commit comments