Skip to content

Commit

Permalink
Merge pull request #4109 from RasaHQ/fix-init
Browse files Browse the repository at this point in the history
add remote storage to init args
  • Loading branch information
erohmensing committed Jul 25, 2019
2 parents e44270a + 77ce290 commit b7188c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rasa/cli/scaffold.py
Expand Up @@ -81,6 +81,7 @@ def print_run_or_instructions(args: argparse.Namespace, path: Text) -> None:
"jwt_secret",
"jwt_method",
"enable_api",
"remote_storage",
]
for a in attributes:
setattr(args, a, None)
Expand Down

0 comments on commit b7188c2

Please sign in to comment.