Skip to content

Commit

Permalink
Merge pull request #99 from ska-sa/issue-98
Browse files Browse the repository at this point in the history
Fixes #98
  • Loading branch information
o-smirnov authored Jul 2, 2020
2 parents 57fed64 + a527005 commit 13247b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pyxis/Internals.py
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@ def initconf (force=False,files=[],directory="."):
cwd = os.getcwd();
try:
for filename in files:
Pyxis.Commands.loadconf(filename,inspect.currentframe().f_back,chdir=True);
loadconf(filename,inspect.currentframe().f_back,chdir=True);
finally:
os.chdir(cwd);
assign_templates();
Expand Down

0 comments on commit 13247b8

Please sign in to comment.