mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-29 20:34:22 +01:00
fix IndentationError: unindent does not match any outer indentation leve
This commit is contained in:
parent
bf497ee15b
commit
a84b29a4f0
1 changed files with 2 additions and 2 deletions
|
@ -161,8 +161,8 @@ def url_read(name):
|
|||
f = urllib2.urlopen(name)
|
||||
return f.read()
|
||||
except urllib2.URLError:
|
||||
print ("\nslpkg: error: connection refused")
|
||||
sys.exit()
|
||||
print ("\nslpkg: error: connection refused")
|
||||
sys.exit()
|
||||
|
||||
def read_readme(SBo_url, name, site):
|
||||
'''
|
||||
|
|
Loading…
Add table
Reference in a new issue