We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 783f417 commit e86dbceCopy full SHA for e86dbce
enforcer.py
@@ -45,7 +45,7 @@
45
if all_repos.count == 0:
46
print("no repos found", flush=True)
47
for short_repository in all_repos:
48
- print("%s repo was created on %s" %(short_repository.full_name, date), flush=True)
+ print("%s repo was created on %s" % (short_repository.full_name, date), flush=True)
49
# check if the repo is compatible language using short_repository.languages_url
50
for language in short_repository.repository.languages():
51
if language[0] in allowed_languages:
0 commit comments