mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2024-11-22 18:31:33 +00:00
Fix typo in error logging
This commit is contained in:
parent
015d2c5019
commit
87b1163060
@ -66,7 +66,7 @@ class SourceCodeEventHandler(EventHandlerBase, SupervisorMixin):
|
|||||||
|
|
||||||
def write(self, data):
|
def write(self, data):
|
||||||
try: self.filemanager.file_contents = data['content']
|
try: self.filemanager.file_contents = data['content']
|
||||||
except Exception: log.exception('Error reading file!')
|
except Exception: log.exception('Error writing file!')
|
||||||
data['files'] = self.filemanager.files
|
data['files'] = self.filemanager.files
|
||||||
self.restart_process()
|
self.restart_process()
|
||||||
return data
|
return data
|
||||||
|
Loading…
Reference in New Issue
Block a user