Skip to content

Commit

Permalink
remove wrong import and make run_local option = True (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariostieriansys authored Mar 20, 2024
1 parent 1962656 commit a85d724
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/ansys/dynamicreporting/core/utils/report_remote_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -1079,9 +1079,6 @@ def create_new_local_database(
group.user_set.add(user)
group.save()
os.makedirs(os.path.join(db_dir, "media"))
from ansys.nexus.core.geofile_processing import do_geometry_update_check

do_geometry_update_check()
except Exception:
error = True
if parent and has_qt:
Expand Down

0 comments on commit a85d724

Please sign in to comment.