Skip to content

Commit 399ddcc

Browse files
debug for osx
1 parent 6b90549 commit 399ddcc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Funz/install.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ def availableDesigns(refresh_repo = False):
249249
warnings.warn("Failed to acces GitHub Funz repo: "+str(requests.get(f"https://api.github.com/orgs/Funz/repos", headers={}, params={})))
250250
return(None)
251251

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

0 commit comments

Comments
 (0)