Commit 9353775b authored by Yakubov, Sergey's avatar Yakubov, Sergey
Browse files

change cache folder location for air_sans

parent d97fdd12
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@ def load_(file):
    """
    load nexus file
    """
    cache_folder = "cache"
    cache_folder = "/tmp/cache"
    file_path = os.path.join(cache_folder,file["id"])
    if os.path.exists(file_path):
        return file_path