Skip to content

Commit

Permalink
fix wrong "self."
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Kombrink committed Apr 22, 2019
1 parent 5d2c438 commit be5498f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def INIT(force):
print(cmd)
subprocess.call(cmd, shell=True, close_fds=True)

self.SETUP("dolmades-runtime")
SETUP("dolmades-runtime")

if (not os.path.exists(DOLMADES_PATH+"/containers/dolmades-runtime/ROOT/"+META_DIR)):
os.mkdir(DOLMADES_PATH+"/containers/dolmades-runtime/ROOT/"+META_DIR, 0755)
Expand Down

0 comments on commit be5498f

Please sign in to comment.