Guest User

Untitled

a guest
Jan 23rd, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. + if C.CONDITINAL_BARE_VARS:
  2. + if conditional in all_vars and VALID_VAR_REGEX.match(conditional):
  3. + display.deprecation()
  4. + conditional = all_vars[conditional]
  5. +
Add Comment
Please, Sign In to add comment