Skip to content

Commit

Permalink
Merge pull request #5398 from FederatedAI/bugfix-2.0.0-rc-fix-profile
Browse files Browse the repository at this point in the history
bugfix 2.0.0 rc fix profile
  • Loading branch information
mgqa34 authored Dec 28, 2023
2 parents 9584ee4 + 2f5a84c commit b032e36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def write(self, data):
except Exception as e:
logger.error(f"write data `{data}` to {self.artifact.uri.original_uri} failed, error: {e}")
else:
logger.debug(f"write data `{data}` to {self.artifact.uri.original_uri} success, output: {output}")
logger.debug(f"write data to {self.artifact.uri.original_uri} success, output: {output}")

def write_metadata(self, metadata: Dict):
self.artifact.metadata.metadata = metadata
Expand Down

0 comments on commit b032e36

Please sign in to comment.