Skip to content

Commit

Permalink
Small update
Browse files Browse the repository at this point in the history
  • Loading branch information
KazukiPrzyborowski committed Oct 17, 2024
1 parent 27fe2f3 commit bdb784e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkhockeytool.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def get_user_input(txt):
elif ((ext == ".xml" or subext == ".xml") and pyhockeystats.CheckXMLFile(HockeyDatabaseFN) and pyhockeystats.CheckHockeySQLiteXML(HockeyDatabaseFN)):
hockeyarray = pyhockeystats.MakeHockeySQLiteArrayFromHockeyXML(
HockeyDatabaseFN, verbose=verbosein, verbosetype=getargs.verbosetype)
if ((ext == ".sgml" or subext == ".sgml") and pyhockeystats.CheckSGMLFile(HockeyDatabaseFN) and pyhockeystats.CheckHockeySGML(HockeyDatabaseFN)):
elif ((ext == ".sgml" or subext == ".sgml") and pyhockeystats.CheckSGMLFile(HockeyDatabaseFN) and pyhockeystats.CheckHockeySGML(HockeyDatabaseFN)):
hockeyarray = pyhockeystats.MakeHockeyArrayFromHockeySGML(
HockeyDatabaseFN, verbose=verbosein, verbosetype=getargs.verbosetype)
elif ((ext == ".sgml" or subext == ".sgml") and pyhockeystats.CheckSGMLFile(HockeyDatabaseFN) and pyhockeystats.CheckHockeySQLiteSGML(HockeyDatabaseFN)):
Expand Down

0 comments on commit bdb784e

Please sign in to comment.