Skip to content

Commit

Permalink
fix no return
Browse files Browse the repository at this point in the history
  • Loading branch information
wdpypere committed Apr 15, 2021
1 parent 43dc6c7 commit 8582892
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/vsc/utils/script_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ def do(self, dry_run): #pylint: disable=unused-argument
"""
logging.error("`do` method not implemented")
raise Exception("Not implemented")
return "Not implemented"

def make_time(self):
"""
Expand Down

0 comments on commit 8582892

Please sign in to comment.