Skip to content

Commit

Permalink
noise removal
Browse files Browse the repository at this point in the history
  • Loading branch information
kteague committed Jul 26, 2019
1 parent 3172fa1 commit 9a28676
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/aim/commands/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ def handle_exceptions(func):
"""
@wraps(func)
def decorated(*args, **kwargs):
#return func(*args, **kwargs)
try:
return func(*args, **kwargs)
except (InvalidAimReference, UnusedAimProjectField, InvalidAimProjectFile, AimException, StackException, BotoCoreError,
Expand Down

0 comments on commit 9a28676

Please sign in to comment.