##// END OF EJS Templates
Remove an unreachable return statement.
Abhinav Upadhyay -
Show More
@@ -341,7 +341,6 b' Currently the magic system has the following functions:""",'
341 if not new_scheme:
341 if not new_scheme:
342 raise UsageError(
342 raise UsageError(
343 "%colors: you must specify a color scheme. See '%colors?'")
343 "%colors: you must specify a color scheme. See '%colors?'")
344 return
345 # local shortcut
344 # local shortcut
346 shell = self.shell
345 shell = self.shell
347
346
General Comments 0
You need to be logged in to leave comments. Login now