Skip to content

Commit

Permalink
correct copy
Browse files Browse the repository at this point in the history
  • Loading branch information
mworion committed Aug 18, 2024
1 parent 10981a2 commit 911fd64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mw4/logic/databaseProcessing/dataWriter.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ def writeEarthRotationData(self, installPath='', updaterApp=''):
shutil.copy(os.path.normpath(sourceDir + '/CDFLeapSeconds.txt'),
os.path.normpath(destDir + '/CDFLeapSeconds.txt'))
else:
shutil.copy(os.path.normpath(sourceDir + '/tai-utc.dat'))
shutil.copy(os.path.normpath(sourceDir + '/tai-utc.dat'),
os.path.normpath(destDir + '/tai-utc.dat'))

shutil.copy(os.path.normpath(sourceDir + '/finals.data'),
os.path.normpath(destDir + '/finals.data'))
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

releaseNotes = """
- improve: workaround for SGPro header keywords
- improve: workaround for windows automation
"""

Expand Down

0 comments on commit 911fd64

Please sign in to comment.