Skip to content

Commit

Permalink
correcting error found by Codacy
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillermoCasas committed Jan 15, 2019
1 parent 84b9f49 commit ea70a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/DEMApplication/python_scripts/main_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ def BeforeSolveOperations(self, time):
message += '\nPlease call \'_BeforeSolveOperations\' instead.'
message += '\nThe deprecated version will be removed after 02/28/2019.\n'
Logger.PrintWarning("main_script.py", message)
self._BeforeSolveOperations(self, time)
self._BeforeSolveOperations(time)

def _BeforeSolveOperations(self, time):
if self.post_normal_impact_velocity_option:
Expand Down

0 comments on commit ea70a9a

Please sign in to comment.