Skip to content

Commit 3c6f29d

Browse files
committed
if serialem then mdocs can appear in the SPA case as well
1 parent 94eb827 commit 3c6f29d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/murfey/client/analyser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ def _analyse(self):
343343
self.post_transfer(transferred_file)
344344
else:
345345
dc_metadata = {}
346-
if (
346+
if not self._serialem and (
347347
self._force_mdoc_metadata
348348
and transferred_file.suffix == ".mdoc"
349349
or mdoc_for_reading

0 commit comments

Comments
 (0)