diff options
author | Marcus Müller <marcus@hostalia.de> | 2018-02-05 12:00:02 +0100 |
---|---|---|
committer | Marcus Müller <marcus@hostalia.de> | 2018-02-05 12:00:02 +0100 |
commit | 5473d529f69810bbb8f275779a188b47bdbd2002 (patch) | |
tree | dcee788832164594aaf0e7c5209e3806c2593085 /gr-utils/python/modtool/modtool_add.py | |
parent | acb0464327b312a9b0268ba2cc1fa6877fb7530c (diff) |
modtool_add: __exit__ now takes 4 arguments, instead of none
Python defines __exit__ to take 4 arguments (self + error info); code
only took 1, whih breaks if there is an exception thrown within the
with: block.
Addresses #1577.
Diffstat (limited to 'gr-utils/python/modtool/modtool_add.py')
-rw-r--r-- | gr-utils/python/modtool/modtool_add.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-utils/python/modtool/modtool_add.py b/gr-utils/python/modtool/modtool_add.py index 21fcd28900..6719a02948 100644 --- a/gr-utils/python/modtool/modtool_add.py +++ b/gr-utils/python/modtool/modtool_add.py @@ -1,5 +1,5 @@ # -# Copyright 2013 Free Software Foundation, Inc. +# Copyright 2013, 2017 Free Software Foundation, Inc. # # This file is part of GNU Radio # |