Skip to content

Commit

Permalink
Removed another left-over flush
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhellander committed Nov 21, 2023
1 parent a2c5d8c commit 14394eb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions fedn/fedn/network/clients/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,10 @@ def unpack(self):

if f:
f.extractall()
logger.info("Successfully extracted compute package content in {}".format(
self.dir), flush=True)
logger.info("Successfully extracted compute package content in {}".format(self.dir))
return True
except Exception:
logger.error("Error extracting files!")
logger.error("Error extracting files.")
return False

def dispatcher(self, run_path):
Expand Down

0 comments on commit 14394eb

Please sign in to comment.