Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2017-09-11 14:16:20 -04:00
parent d5584112dd
commit 905169f126
+2 -2
View File
@@ -621,7 +621,7 @@ def do_lock(verbose=False):
if is_vcs(installed[name]):
lockfile['develop'].update(installed)
except IndexError :
except IndexError:
pass
# Alert the user of progress.
@@ -648,7 +648,7 @@ def do_lock(verbose=False):
if is_vcs(installed[name]):
lockfile['default'].update(installed)
except IndexError :
except IndexError:
pass