-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
cyclecloud_arm/cyclecloud_install.py
Line 195 in 4647d2e
| sql_statement = 'update Application.Setting set Value = false where name ==\"cycleserver.installation.complete\"' |
$ python2
Python 2.7.10 (default, Feb 22 2019, 21:55:15)
[GCC 4.2.1 Compatible Apple LLVM 10.0.1 (clang-1001.0.37.14)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> 'update Application.Setting set Value = false where name ==\"cycleserver.installation.complete\"'
'update Application.Setting set Value = false where name =="cycleserver.installation.complete"'
>>> 'update Application.Setting set Value = false where name =="cycleserver.installation.complete"'
'update Application.Setting set Value = false where name =="cycleserver.installation.complete"'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels