question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Invalid Syntax - Line 44

See original GitHub issue
(xenial)sunjester@localhost:~/Downloads/sherlock$ python sherlock.py sunjester
  File "sherlock.py", line 44
    Fore.RED + f" {errstr}" +
                          ^
SyntaxError: invalid syntax

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
TheYahyacommented, Jan 8, 2019

Ok, I will close it if @Lerie82 didn’t respond. Thanks @masta2898

0reactions
TheYahyacommented, Jan 11, 2019

You should use 3.6 or higher

Read more comments on GitHub >

github_iconTop Results From Across the Web

Invalid Syntax in Python: Common Reasons for SyntaxError
This means that the Python interpreter got to the end of a line (EOL) before an open string was closed. To fix this,...
Read more >
python - Why do I get the syntax error "SyntaxError: invalid ...
When an error is reported on a line that appears correct, try removing (or commenting out) the line where the error appears to...
Read more >
Why is line 3 in my code "invalid syntax" - Codecademy
I was wondering why this code was wrong. The console says that there is invalid syntax in line 3 and the "supportive" box...
Read more >
Python syntax error: Parsing error SyntaxError: invalid syntax ...
In your PROJECT= line (the expression line) you put autoIncrement(!FacilityID!,!OBJECTID!) and your code block is:
Read more >
xy" when trying to process XML files with embedded HTML ...
Invalid syntax found at line: x, column: xy" when trying to process XML files with embedded HTML code in Trados Studio. Article Number: ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found