Skip to content

Commit

Permalink
Change "mdef" to "mdefs" at line 1002
Browse files Browse the repository at this point in the history
As per this issue: panda3d#721
  • Loading branch information
ArsThaumaturgis committed Sep 4, 2019
1 parent 35135ea commit f56ec96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion direct/src/dist/FreezeTool.py
Expand Up @@ -997,7 +997,7 @@ def _gatherSubmodules(self, moduleName, implicit = False, newName = None,

if modules == None:
# It's actually a regular module.
mdef[newParentName] = self.ModuleDef(
mdefs[newParentName] = self.ModuleDef(
parentName, implicit = implicit, guess = guess,
fromSource = fromSource, text = text)

Expand Down

0 comments on commit f56ec96

Please sign in to comment.