mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2024-11-22 10:21:32 +00:00
Fix bad indentation
This commit is contained in:
parent
5c1431685e
commit
73ed680298
@ -43,7 +43,7 @@ class FileManager:
|
||||
@filename.setter
|
||||
def filename(self, filename):
|
||||
if not filename in self.files:
|
||||
raise EnvironmentError('No such file in workdir!')
|
||||
raise EnvironmentError('No such file in workdir!')
|
||||
self._filename = filename
|
||||
|
||||
@property
|
||||
|
Loading…
Reference in New Issue
Block a user