Skip to content

Commit

Permalink
feat: add regex to get opencue tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
KernAttila committed Mar 28, 2023
1 parent 5c2e516 commit 4f9f747
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cuesubmit/cuesubmit/Constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@
BLENDER_OUTPUT_OPTIONS_URL = \
'https://docs.blender.org/manual/en/latest/advanced/command_line/arguments.html#render-options'

REGEX_CUETOKEN = r'^#.*#$' #FRAME_START#

DIR_PATH = os.path.dirname(__file__)

# Dropdown label to specify the default Facility, i.e. let Cuebot decide.
Expand Down

0 comments on commit 4f9f747

Please sign in to comment.