Skip to content

Commit 4090aa7

Browse files
committed
test
1 parent 23b8ee6 commit 4090aa7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

genabout.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ def extract_licesen_from_url(self):
183183
test = urllib2.urlopen("https://enterprise.dejacode.com/license_library/Demo/gpl-1.0/#license-text")
184184
with open('testdata/test_file.txt', 'wb') as output_file:
185185
output_file.write(test.read())
186+
print("test")
186187
"""
187188

188189

0 commit comments

Comments
 (0)