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 23b8ee6 commit 4090aa7Copy full SHA for 4090aa7
genabout.py
@@ -183,6 +183,7 @@ def extract_licesen_from_url(self):
183
test = urllib2.urlopen("https://enterprise.dejacode.com/license_library/Demo/gpl-1.0/#license-text")
184
with open('testdata/test_file.txt', 'wb') as output_file:
185
output_file.write(test.read())
186
+ print("test")
187
"""
188
189
0 commit comments