We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4dc3ae commit 9fa0702Copy full SHA for 9fa0702
plogical/DockerSites.py
@@ -908,8 +908,8 @@ def DeployN8NContainer(self):
908
909
### it means less then two containers which means something went wrong
910
if len(containers) < 2:
911
- logging.writeToFile(f'Unkonwn error, containers not running. [DeployN8NContainer]')
912
- logging.statusWriter(self.JobID, f'Unkonwn error, containers not running. [DeployN8NContainer]')
+ logging.writeToFile(f'Unkonwn error, containers not running. [DeployN8NContainer] . [404]')
+ logging.statusWriter(self.JobID, f'Unkonwn error, containers not running. [DeployN8NContainer] . [404]')
913
return 0
914
915
### Set up Proxy
0 commit comments