Skip to content

Commit

Permalink
Merge pull request #148 from monolive/master
Browse files Browse the repository at this point in the history
syntax issue
  • Loading branch information
Gerrrr committed Mar 13, 2018
2 parents 33ce63e + 68977e3 commit b508c25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/pyddq/core.py
Expand Up @@ -436,4 +436,4 @@ def run(self, reporters=None):
self.jvmCheck.run(jvm_reporters)

if baos:
print baos.get_output()
print(baos.get_output())
2 changes: 1 addition & 1 deletion python/pyddq/reporters.py
@@ -1,6 +1,6 @@
from pyddq.streams import PrintStream, OutputStream, ByteArrayOutputStream
from py4j.java_gateway import get_field
import jvm_conversions as jc
import pyddq.jvm_conversions as jc


class Reporter(object):
Expand Down

0 comments on commit b508c25

Please sign in to comment.