Skip to content

Commit 015d55b

Browse files
committed
Revert accidental change that (rightly) trips up flake8
Signed-off-by: Matthias Büchse <matthias.buechse@alasca.cloud>
1 parent 39300bb commit 015d55b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/iaas/scs_0117_volume_backup/volume_backup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ def compute_scs_0117_test_backup(conn, prefix=DEFAULT_PREFIX):
219219
test_backup(conn, prefix=prefix)
220220
finally:
221221
cleanup(conn, prefix=prefix)
222-
except BaseException as e:
222+
except BaseException:
223223
logging.error('Backup test failed.')
224224
logging.debug('exception details', exc_info=True)
225225
return False

0 commit comments

Comments
 (0)