Closed PeterMitrano closed 4 years ago
It seems like there was a PR to make this work in python2 by removing f-strings, but I think one was missed. in gdb_std_complex_printer.py:29
gdb_std_complex_printer.py:29
Just thought I'd point it out in case you would like to fix this, since it's just a 1-charecter change.
That's true. The commit only changed gdb_armadillo_printers.py. I removed usage of f-strings in gdb_std_complex_printer.py and gdb_armadillo_xmethods.py.
gdb_armadillo_printers.py
gdb_std_complex_printer.py
gdb_armadillo_xmethods.py
Thanks
It seems like there was a PR to make this work in python2 by removing f-strings, but I think one was missed. in
gdb_std_complex_printer.py:29
Just thought I'd point it out in case you would like to fix this, since it's just a 1-charecter change.