Skip to content

Commit

Permalink
Fix escaping for python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
dtmilano committed Sep 28, 2024
1 parent 0a26ede commit a6f1fa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/culebra
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
r"""
Copyright (C) 2013-2023 Diego Torres Milano
Created on Mar 28, 2013
Expand Down Expand Up @@ -1295,7 +1295,7 @@ def getWindowOption():


def printScriptHeader():
print(f'''{getShebangJar()}
print(rf'''{getShebangJar()}
# -*- coding: utf-8 -*-
"""
Copyright (C) 2013-2023 Diego Torres Milano
Expand Down

0 comments on commit a6f1fa4

Please sign in to comment.