mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2024-11-05 14:51:22 +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):
|
||||
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
|
||||
self.restart_process()
|
||||
return data
|
||||
|
Loading…
Reference in New Issue
Block a user