Created
November 5, 2017 20:09
-
-
Save arutnik/bbf7eb4ceae2acf73d210735a6d4b06c to your computer and use it in GitHub Desktop.
SFA Part 4: Injecting the controller name
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #only added lines shown | |
| parser.add_argument("--assets", help="") | |
| args = parser.parse_args() | |
| assetsName = args.assets | |
| html = html.replace('#RESOURCES#', assetsName) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment