Skip to content

Commit 959f51d

Browse files
committed
Small Settings bug fix
1 parent 790cfa9 commit 959f51d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

mathics/data/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/doc_tex_data.pcl

mathics/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def get_doc_tex_data_path(should_be_readable=False, create_parent=False) -> str:
7373
if should_be_readable:
7474
return (
7575
DOC_USER_TEX_DATA_PATH
76-
if doc_user_tex_data_path.is_file
76+
if doc_user_tex_data_path.is_file()
7777
else DOC_SYSTEM_TEX_DATA_PATH
7878
)
7979
else:

0 commit comments

Comments
 (0)