Skip to content

Commit

Permalink
Update pycatfile.py
Browse files Browse the repository at this point in the history
  • Loading branch information
KazukiPrzyborowski committed Dec 6, 2024
1 parent 650a07f commit b3beb6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pycatfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -8081,8 +8081,8 @@ def UnPackArchiveFile(infile, outdir=None, followlink=False, seekstart=0, seeken
try:
fpc.flush()
os.fsync(fpc.fileno())
if(hasattr(os, "sync")):
os.sync()
if(hasattr(os, "sync")):
os.sync()
except io.UnsupportedOperation:
pass
except AttributeError:
Expand Down

0 comments on commit b3beb6d

Please sign in to comment.