|
@ -86,6 +86,8 @@ class MiniGridShieldHandler(ShieldHandler): |
|
|
|
|
|
|
|
|
def __create_prism(self): |
|
|
def __create_prism(self): |
|
|
if self.prism_file is not None: |
|
|
if self.prism_file is not None: |
|
|
|
|
|
print(self.prism_file) |
|
|
|
|
|
print(self.prism_path) |
|
|
shutil.copyfile(self.prism_file, self.prism_path) |
|
|
shutil.copyfile(self.prism_file, self.prism_path) |
|
|
return |
|
|
return |
|
|
if self.prism_config is None: |
|
|
if self.prism_config is None: |
|
|