Skip to content

Commit 7670334

Browse files
mwetterFWuellhorst
andauthored
fix join operation error (#555) (#556)
Co-authored-by: FWuellhorst <[email protected]>
1 parent c4cfa61 commit 7670334

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

buildingspy/development/merger.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,8 +343,7 @@ def merge(self, overwrite_reference_results=False):
343343

344344
# Iterate over the list of files to be copied.
345345
copiedFiles = list()
346-
for fil in filesToCopy:
347-
srcFil = os.path.join(root, fil)
346+
for srcFil in filesToCopy:
348347
# Loop over all
349348
# - .mo files except for top-level .mo file
350349
# - .mos files

0 commit comments

Comments
 (0)