Skip to content

Commit

Permalink
fixed phrasing
Browse files Browse the repository at this point in the history
  • Loading branch information
Vollinger0 committed Jun 22, 2024
1 parent 8b333a4 commit c6e9935
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/esm/EsmSharedDataServer.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def startServer(self, zipFiles: List[ZipFile]):

# check if the configuration of the dedicated yaml (we will not make any changes to it) has the auto zip url configured properly
self.checkDedicatedYamlHasAutoZipUrl(sharedDataUrl)
log.warn(f"The dedicated yaml has been updated to point to the shared data tool, make sure to restart the server to make it take effect!")
log.warn(f"The dedicated yaml has been updated to point to the shared data tool, make sure to restart the server for it to take effect!")

log.info(f"Starting download server for {len(zipFiles)} zip files (excluding default assets).")
def NoOp(*args):
Expand All @@ -106,7 +106,8 @@ def NoOp(*args):

if self.config.downloadtool.useSharedDataURLFeature:
self.configService.rollbackDedicatedYaml()
log.warn(f"The dedicated yaml has been rolled back to its original state, make sure to restart the server for it take effect!")
log.warn(f"The dedicated yaml has been rolled back to its original state, make sure to restart the server for it to take effect!")


def prepareZipFiles(self) -> List[ZipFile]:
"""
Expand Down

0 comments on commit c6e9935

Please sign in to comment.