Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Apr 16, 2022. It is now read-only.

Commit 25b373a

Browse files
authored
Change False to None
1 parent cab69dc commit 25b373a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unwebpack_sourcemap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ def _get_remote_data(self, uri):
215215
return result.text
216216
else:
217217
print("WARNING: Got status code %d for URI %s" % (result.status_code, uri))
218-
return False
218+
return None
219219

220220

221221
class PathSanitiser(object):

0 commit comments

Comments
 (0)