Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
PaNOSC
Data Analysis Services
packme
Commits
f64efaa7
Commit
f64efaa7
authored
Jan 17, 2020
by
eric pellegrini
Browse files
fixed bad variable name
parent
ba864fb7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/packme/PackerTemplate.py
View file @
f64efaa7
...
...
@@ -207,7 +207,7 @@ class PackerTemplate:
else
:
packages_dir
=
[]
for
package
in
packages
:
package_dir
=
os
.
path
.
join
(
self
.
_packages_dir
,
package
)
package_dir
=
os
.
path
.
join
(
self
.
_packages_
root_
dir
,
package
)
if
os
.
path
.
exists
(
package_dir
)
and
os
.
path
.
isdir
(
package_dir
):
packages_dir
.
append
(
package_dir
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment