Skip to content

Commit f68a2cd

Browse files
committed
Small update
1 parent 4ae1455 commit f68a2cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyarchivefile/pyarchivefile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6860,7 +6860,7 @@ def AppendFilesWithContentFromBSDTarFileToList(infile, fmttype="auto", extradata
68606860
formatspecs = formatspecs[fmttype]
68616861
elif(IsNestedDict(formatspecs) and fmttype not in formatspecs):
68626862
fmttype = __file_format_default__
6863-
formatspecs = formatspecs[fmttype]
6863+
formatspecs = formatspecs[fmttype]
68646864
curinode = 0
68656865
curfid = 0
68666866
inodelist = []

0 commit comments

Comments
 (0)