You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.
line 390 : error
fix except (IOError, Exception) as e:
line 679 : error
fix except (csv.Error) as e:
line 847
if not ARGS.duplicates: alerted.add(lmsid)
fix : space instead of tab
line 1567 :
fix: except (urllib2.URLError, Exception) as e:
line 1607 : print(message)
line 330 import module StringIO error :
replace module by : io.StringIO
line 333 about module urllib
just change theses lines :
import urllib.request
...
opener = urllib.request.build_opener()
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
line 390 : error
fix
except (IOError, Exception) as e:
line 679 : error
fix
except (csv.Error) as e:
line 847
if not ARGS.duplicates: alerted.add(lmsid)
fix :
space instead of tab
line 1567 :
fix:
except (urllib2.URLError, Exception) as e:
line 1607 :
print(message)
line 330 import module StringIO error :
replace module by : io.StringIO
line 333 about module urllib
just change theses lines :
import urllib.request
...
opener = urllib.request.build_opener()
The text was updated successfully, but these errors were encountered: