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 92ed926 commit c068bcbCopy full SHA for c068bcb
genabout.py
@@ -183,8 +183,6 @@ 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
- print("commit2")
188
"""
189
190
0 commit comments