Skip to content

Commit

Permalink
Removed calling get method in class node constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
gingergeeks committed Dec 10, 2015
1 parent c6a69cb commit 6110534
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyslurm/pyslurm.pyx
Expand Up @@ -2145,8 +2145,6 @@ cdef class node:
self._ShowFlags = 0
self._NodeDict = {}

self.get()

def __dealloc__(self):
self.__destroy()

Expand Down

0 comments on commit 6110534

Please sign in to comment.