Skip to content
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

Fixed: SyntaxError: invalid syntax #24

Merged
merged 1 commit into from
Nov 17, 2024
Merged

Conversation

vincentcox
Copy link
Contributor

docker run -it --rm --name humble humble:1.42 /bin/bash -c "python3 humble.py -u https://facebook.com -b"
  File "humble.py", line 1318
    ln = f"<span class='ok'> {header.strip()}{sub_d["span_f"]}:\
                                                     ^
SyntaxError: invalid syntax

Fixed by changing "->'

image

docker run -it --rm --name humble humble:1.42 /bin/bash -c "python3 humble.py -u https://facebook.com -b"
  File "humble.py", line 1318
    ln = f"<span class='ok'> {header.strip()}{sub_d["span_f"]}:\
                                                     ^
SyntaxError: invalid syntax
@vincentcox vincentcox mentioned this pull request Nov 17, 2024
@rfc-st
Copy link
Owner

rfc-st commented Nov 17, 2024

Hi, @vincentcox

Thanks for testing the latest changes in Docker and for this PR: accepted.

Regards,

@rfc-st rfc-st merged commit 6732599 into rfc-st:master Nov 17, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants