Skip to content

Commit 87f6b84

Browse files
author
Pranjul Shukla
committed
Embarassing correction commit -_-
1 parent 9e14041 commit 87f6b84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

commands/management/commands/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def _push_image(self, tag):
104104
else:
105105
self.print_fail("Not logged into docker.io. Please login and try again.")
106106
return
107-
except IndexError as e:
107+
except IndexError:
108108
self.print_fail("Unable to detect username. Pushing regardless...")
109109
sp.Popen([f'docker push docker.io/{tag}'], shell=True).wait()
110110

0 commit comments

Comments
 (0)