Skip to content

Commit 811f123

Browse files
authored
Merge pull request #48 from sot/pformat
replace uses of pformat_all with pformat
2 parents 704b718 + d55fa2e commit 811f123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cxotime/cxotime.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ def print_conversions(self, file=sys.stdout):
278278
out["value"].info.format = "<s"
279279

280280
# Remove the header and print
281-
lines = out.pformat_all()[2:]
281+
lines = out.pformat()[2:]
282282
print("\n".join(lines), file=file)
283283

284284
def get_conversions(self):

0 commit comments

Comments
 (0)