Skip to content
Snippets Groups Projects
Verified Commit 0a8d9e00 authored by Stephane Bonnet's avatar Stephane Bonnet
Browse files

acme-copy-certs: correction orthographique dans FileWatcher

parent 5353a1b4
No related branches found
No related tags found
2 merge requests!43WIP: Acme copy certs dev,!42Pica openldap dev
......@@ -25,10 +25,9 @@ class FileWatcher:
self.handler()
def start(self):
print('Staring oberving file {0} in directory {1}'.format(self.observed_file, self.observed_path))
print('Starting observing file {0} in directory {1}'.format(self.observed_file, self.observed_path))
self.observer.start()
def stop(self):
self.observer.stop()
self.observer.join()
self.observer.join()
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment