Skip to content

Commit

Permalink
elbepack: init: remove unused template variables
Browse files Browse the repository at this point in the history
These variables are not used.

Signed-off-by: Thomas Weißschuh <[email protected]>
  • Loading branch information
t-8ch committed Oct 7, 2024
1 parent ecdd840 commit fd48f02
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions elbepack/init/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from elbepack.templates import get_initvm_preseed, write_template
from elbepack.treeutils import etree
from elbepack.validate import validate_xml
from elbepack.version import elbe_version, is_devel
from elbepack.version import is_devel
from elbepack.xmldefaults import ElbeDefaults


Expand Down Expand Up @@ -61,8 +61,6 @@ def create_initvm(name, xmlfile, directory, *,
prj = xml.node('/initvm')

d = {
'elbe_exe': elbe_exe,
'elbe_version': elbe_version,
'is_devel': is_devel,
'defs': defs,
'directory': directory,
Expand Down

0 comments on commit fd48f02

Please sign in to comment.