Skip to content

Commit 7765d33

Browse files
committed
Fix failing list and tuple concatenation
1 parent 8cece69 commit 7765d33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

latextools/utils/analysis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ def graphics_paths(self):
259259
for p in paths
260260
)
261261
# freeze result
262-
self._graphics_path = tuple(result)
262+
self._graphics_path = result
263263

264264
return self._graphics_path
265265

0 commit comments

Comments
 (0)