##// END OF EJS Templates
Merge pull request #4966 from takluyver/sign-blank-app-argv...
Min RK -
r14957:fbc198ba merge
parent child Browse files
Show More
@@ -84,7 +84,7 b' class NotebookNotary(LoggingConfigurable):'
84 if app is None:
84 if app is None:
85 # create an app, without the global instance
85 # create an app, without the global instance
86 app = BaseIPythonApplication()
86 app = BaseIPythonApplication()
87 app.initialize()
87 app.initialize(argv=[])
88 return app.profile_dir
88 return app.profile_dir
89
89
90 algorithm = Enum(algorithms, default_value='sha256', config=True,
90 algorithm = Enum(algorithms, default_value='sha256', config=True,
General Comments 0
You need to be logged in to leave comments. Login now