diff --git a/gns3server/modules/project.py b/gns3server/modules/project.py index c162e73e..7018d1b7 100644 --- a/gns3server/modules/project.py +++ b/gns3server/modules/project.py @@ -152,7 +152,7 @@ class Project: try: shutil.rmtree(old_path) except OSError as e: - raise aiohttp.web.HTTPConflict(text="Can't remove temporary directory {}: {}".format(old_path, e)) + log.warn("Can't remove temporary directory {}: {}".format(old_path, e)) @property def name(self):