File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -195,3 +195,6 @@ dmypy.json
195195
196196# Pyre type checker
197197.pyre /
198+
199+ # Roosterize output
200+ output /
Original file line number Diff line number Diff line change @@ -691,7 +691,7 @@ def collect_lemmas_doc(cls,
691691 lemma_qnames_file = BashUtils .get_temp_file ()
692692 IOUtils .dump (lemma_qnames_file , lemma_qnames , IOUtils .Format .txt )
693693
694- lemma_qnames_backend_sexps_str : str = BashUtils .run (f"sername --require-lib={ qprefix_this_doc } { lemma_qnames_file } " , expected_return_code = 0 ).stdout
694+ lemma_qnames_backend_sexps_str : str = BashUtils .run (f"sername { serapi_options } --require-lib={ qprefix_this_doc } { lemma_qnames_file } " , expected_return_code = 0 ).stdout
695695 IOUtils .rm (lemma_qnames_file )
696696 for qname_backend_sexp_str in lemma_qnames_backend_sexps_str .splitlines ():
697697 qname , backend_sexp_str = qname_backend_sexp_str .split (":" , 1 )
You can’t perform that action at this time.
0 commit comments