Skip to content

Commit

Permalink
fix issue not caught by windows so need ci to find
Browse files Browse the repository at this point in the history
  • Loading branch information
skeating committed May 24, 2023
1 parent dec8f8a commit d87572a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions deviser/util/generateCode.py
Original file line number Diff line number Diff line change
Expand Up @@ -358,8 +358,7 @@ def generate_other_library_code_files(name, ob):
working_class['document'] = True
all_files = CppFiles.CppFiles(working_class, True)
all_files.write_files()
base_files = BaseClassFiles.\
OtherLibraryFiles(prefix, ob['baseElements'], True)
base_files = OtherLibraryFiles(prefix, ob['baseElements'], True)
base_files.write_files()
os.chdir(this_dir)

Expand Down

0 comments on commit d87572a

Please sign in to comment.