Skip to content

Commit

Permalink
Small update
Browse files Browse the repository at this point in the history
  • Loading branch information
KazukiPrzyborowski committed Oct 12, 2024
1 parent 1050a46 commit f88e3ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libhockeydata/hockeyfunctions.py
Original file line number Diff line number Diff line change
Expand Up @@ -2376,6 +2376,7 @@ def MakeHockeyPythonOOPFromHockeyArray(inhockeyarray, verbose=True, jsonverbose=
import io
sys.stderr = io.TextIOWrapper(
sys.stderr.detach(), encoding='UTF-8', errors='replace')
""".format(pyfilename=pyfilename)
pystring = pystring+"sqldatacon = "+pyfilename + \
".MakeHockeyClass(\""+inchockeyarray['database']+"\");\n"
Expand Down Expand Up @@ -2497,6 +2498,7 @@ def MakeHockeyPythonOOPAltFromHockeyArray(inhockeyarray, verbose=True, jsonverbo
import io
sys.stderr = io.TextIOWrapper(
sys.stderr.detach(), encoding='UTF-8', errors='replace')
""".format(pyfilename=pyfilename)
pystring = pystring+"hockeyarray = "+pyfilename + \
".MakeHockeyArray(\""+inchockeyarray['database']+"\");\n"
Expand Down

0 comments on commit f88e3ca

Please sign in to comment.