-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments included as part of logfile path #1229
Comments
@sdanbury It seems to think the comments are part of the log file path.
|
Thanks for creating a separate issue, apologies.
|
Removed the comments for now, and it worked as expected. Maybe some sort of white space issue? Not too sure. |
I copy/pasted the
If I remove the whitespace before the semicolon, I do see the error:
That's the expected behavior due to how Python's However, your config file above has whitespace before the semicolon. Can you confirm that you did have whitespace before the semicolon when you saw the error? |
This comment has been minimized.
This comment has been minimized.
@mnaberez thank you for looking into it, much appreciated. I can confirm that it had whitespace before the semicolon when I saw the error. |
This comment has been minimized.
This comment has been minimized.
@sdanbury Could you please try to reproduce it and let me know if you're able to make it happen again?
I've tried the above with spaces and tabs before the |
@mnaberez I just tried to recreate it outside of the VM I see it happening on and I can't seem to recreate.
No issue. Is there anything else I can check for on the VM it is happening on? To be honest, Ubuntu 14.04 and Python 2.7.6 is a really old stack now, so in my case, I would be happy to close. But willing to dig deeper if there is anything else you want to know? |
This comment has been minimized.
This comment has been minimized.
References Supervisor#1229 References Supervisor#1230 (cherry picked from commit a1643db)
@sdanbury wrote in #120 (comment):
The text was updated successfully, but these errors were encountered: