Skip to content

Commit 28a71e1

Browse files
committed
UVES tutorial: add overwrite flag to prevent build failure
1 parent 190d956 commit 28a71e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/UVES/UVES.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1007,7 +1007,7 @@
10071007
"ewcol = Column(name = 'EW', data = ew, format = '{:.1f}', unit = '\\\\AA')\n",
10081008
"tab = Table((datecol, pcol, ewcol))\n",
10091009
"# latexdicts['AA'] contains the style specifics for A&A (\\hline etc.)\n",
1010-
"tab.write(os.path.join(working_dir_path, 'EWtab.tex'), latexdict = ascii.latexdicts['AA'])"
1010+
"tab.write(os.path.join(working_dir_path, 'EWtab.tex'), latexdict = ascii.latexdicts['AA'], overwrite=True)"
10111011
]
10121012
},
10131013
{

0 commit comments

Comments
 (0)