Skip to content

Commit

Permalink
change needed to run
Browse files Browse the repository at this point in the history
  • Loading branch information
skeating committed Oct 28, 2023
1 parent 5d4c8f0 commit 66032b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deviser/util/generateCode.py
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +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 = OtherLibraryFiles(prefix, ob['baseElements'], True)
base_files = OtherLibraryFiles.OtherLibraryFiles(prefix, ob['baseElements'], True)
base_files.write_files()
os.chdir(this_dir)

Expand Down

0 comments on commit 66032b2

Please sign in to comment.