Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/BITPlan/ProfiWiki
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangFahl committed Apr 22, 2023
2 parents f874093 + ec033ea commit 7d0d6c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions profiwiki/profiwiki_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ def work(self,args):
if os.path.isfile(config_path) and not self.config.forceRebuild:
# reload the previous configuration e.g. based on container_name only
previous_config=self.config.load(config_path)
self.config=previous_config
if self.config.verbose:
print("ProfiWiki with previous configuration ...")
print(f"ProfiWiki with previous configuration from {config_path}...")
self.config=previous_config
self.config.wikiId=self.config.container_base_name
if args.bash:
cmd=f"docker exec -it {self.config.container_base_name}-mw /bin/bash"
Expand Down

0 comments on commit 7d0d6c7

Please sign in to comment.