Skip to content

Regexp fix Update hindsight_gui.py#197

Merged
RyanDFIR merged 1 commit into
RyanDFIR:mainfrom
demireng:patch-1
Dec 3, 2024
Merged

Regexp fix Update hindsight_gui.py#197
RyanDFIR merged 1 commit into
RyanDFIR:mainfrom
demireng:patch-1

Conversation

@demireng

@demireng demireng commented Dec 1, 2024

Copy link
Copy Markdown
Contributor

I was getting this error In rexexp

SyntaxWarning: invalid escape sequence '.'
@bottle.get('/static/filename:re:.*\.(png|css|ico|svg|json|eot|svg|ttf|woff|woff2|js)')

I was getting this error In rexexp

SyntaxWarning: invalid escape sequence '\.'
  @bottle.get('/static/<filename:re:.*\.(png|css|ico|svg|json|eot|svg|ttf|woff|woff2|js)>')
@RyanDFIR

RyanDFIR commented Dec 3, 2024

Copy link
Copy Markdown
Owner

Thanks!

@RyanDFIR RyanDFIR merged commit b5c05d7 into RyanDFIR:main Dec 3, 2024
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