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

[Problem] invalid escape sequence: still present but only in the build procedure #1033

Open
1 task done
wsteffe opened this issue Sep 4, 2024 · 2 comments
Open
1 task done

Comments

@wsteffe
Copy link

wsteffe commented Sep 4, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Version

0.21 (Development)

Full version info

OS: Ubuntu 24.04.1 LTS (MATE/mate)
Word size of FreeCAD: 64-bit
Version: 0.22.0dev.41240 (Git)
Build type: Release
Branch: LinkMerge
Hash: bb0766acc3aa165bf2fc1b741a6d0217e5597df3
Python 3.12.3, Qt 5.15.13, Coin 4.0.2, Vtk 9.1.0, OCC 7.7.0
Locale: English/United States (en_US)
Installed mods: 
  * asm3 0.12.0
  * Assembly4 0.50.2


### Subproject(s) affected?

None

### Problem description

[ 13%] Generating version_check
/home/walter/Software/FreeCad/FreeCAD2/src/Tools/SubWCRev.py:269: SyntaxWarning: invalid escape sequence '.'
match = re.match("git@github.com:(\S+?)/(\S+.git)", url) or re.match(
/home/walter/Software/FreeCad/FreeCAD2/src/Tools/SubWCRev.py:270: SyntaxWarning: invalid escape sequence '.'
"https://github\.com/(\S+)/(\S+\.git)", url
/home/walter/Software/FreeCad/FreeCAD2/src/Tools/SubWCRev.py:274: SyntaxWarning: invalid escape sequence '\S'
match = re.match("ssh://\S+?@(\S+)", url)
/home/walter/Software/FreeCad/FreeCAD2/src/Tools/SubWCRev.py:372: SyntaxWarning: invalid escape sequence '*'
if re.match("*", self.branch) is not None:
git
/home/walter/Software/FreeCad/FreeCAD2/build/src/Build/Version.h.out written
[ 13%] Generating Version.h


### Anything else?

_No response_

### Code of Conduct

- [X] I agree to follow this project's Code of Conduct
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

No branches or pull requests

3 participants
@wsteffe and others