Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
KazukiPrzyborowski authored Dec 1, 2023
1 parent 6caecaa commit c71bd55
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libhockeydata/hockeyfunctions.py
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,6 @@ def CheckKeyInArray(validkeys, checkdict):
return True;

def CheckHockeyXML(inxmlfile, xmlisfile=True):
print(inxmlfile, xmlisfile);
if(xmlisfile and ((os.path.exists(inxmlfile) and os.path.isfile(inxmlfile)) or re.findall(r"^(http|https|ftp|ftps|sftp)\:\/\/", inxmlfile))):
try:
if(re.findall(r"^(http|https|ftp|ftps|sftp)\:\/\/", inxmlfile)):
Expand Down

0 comments on commit c71bd55

Please sign in to comment.