Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
dtu-10mw-rwt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
HAWC Reference Models
dtu-10mw-rwt
Merge requests
!7
Resolve "Take towerclearance dll from direct download from repo"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Take towerclearance dll from direct download from repo"
tclear_direct_download
into
master
Overview
0
Commits
2
Pipelines
1
Changes
2
Merged
Jenni Rinker
requested to merge
tclear_direct_download
into
master
4 years ago
Overview
0
Commits
2
Pipelines
1
Changes
2
Expand
Closes
#10 (closed)
Edited
4 years ago
by
Jenni Rinker
0
0
Merge request reports
Viewing commit
ac7d86b1
Prev
Next
Show latest version
2 files
+
2
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
ac7d86b1
make zip always
· ac7d86b1
Jenni Rinker
authored
4 years ago
utils/prepare_zip_file.py
+
2
−
2
Options
@@ -4,8 +4,8 @@
import
os
import
shutil
import
sys
from
refutils
import
base_to_hs2
,
base_to_step
,
base_to_turb
from
refutils.dll_utils
import
get_towerclearance_mblade
,
clone_dll_repo
from
refutils
.htc_conversion
import
base_to_hs2
,
base_to_step
,
base_to_turb
from
refutils.dll_utils
import
get_towerclearance_mblade
,
clone_dll_repo
,
delete_dlls
if
__name__
==
'
__main__
'
:
Loading