Skip to content

Commit 6a6f0d9

Browse files
committed
Administrivia:
bump copyright and blacken
1 parent 9412909 commit 6a6f0d9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

trepan/api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright (C) 2008-2009, 2013-2017, 2019-2020 Rocky Bernstein <rocky@gnu.org>
2+
# Copyright (C) 2008-2009, 2013-2017, 2019-2021 Rocky Bernstein <rocky@gnu.org>
33
#
44
# This program is free software: you can redistribute it and/or modify
55
# it under the terms of the GNU General Public License as published by
@@ -241,7 +241,7 @@ def debug(dbg_opts=None, start_opts=None, post_mortem=True, step_ignore=1, level
241241

242242

243243
def stop(opts=None):
244-
if isinstance( Mdebugger.debugger_obj, Trepan):
244+
if isinstance(Mdebugger.debugger_obj, Trepan):
245245
return Mdebugger.debugger_obj.stop(opts)
246246
return None
247247

0 commit comments

Comments
 (0)