Skip to content

Commit

Permalink
debug for osx
Browse files Browse the repository at this point in the history
  • Loading branch information
yannrichet-irsn authored Nov 28, 2024
1 parent 6b90549 commit 399ddcc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Funz/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ def availableDesigns(refresh_repo = False):
warnings.warn("Failed to acces GitHub Funz repo: "+str(requests.get(f"https://api.github.com/orgs/Funz/repos", headers={}, params={})))
return(None)

print(_github_repos)
l = lambda r: re.sub("algorithm-","",r['name'])
return( [l(r) for r in _github_repos if re.subn("algorithm-","",r['name'])[1]>0] )

Expand Down

0 comments on commit 399ddcc

Please sign in to comment.