mirror of
https://github.com/rendercv/rendercv.git
synced 2025-12-23 13:38:01 -05:00
Fix spelling
This commit is contained in:
@@ -36,7 +36,7 @@ def run_function_if_file_changes(file_path: pathlib.Path, function: Callable):
|
||||
self.function()
|
||||
except Exception as e:
|
||||
# This means an unhandled error occurred in the function.
|
||||
# Don't surpress it
|
||||
# Don't suppress it
|
||||
raise e
|
||||
|
||||
event_handler = EventHandler(function)
|
||||
|
||||
Reference in New Issue
Block a user