Skip to content

Commit

Permalink
Merge pull request #2261 from Geoportail-Luxembourg/rmichaelis-patch-1
Browse files Browse the repository at this point in the history
app_name is the variable name
  • Loading branch information
rmichaelis authored Jul 18, 2019
2 parents eb098c4 + ae28872 commit 1dd366e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geoportal/geoportailv3_geoportal/scripts/layers2es.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def main():
app_name = options.app_name
if app_name is None and "#" in app_config:
app_config, app_name = app_config.split("#", 1)
lux_get_app(app_config, name=app_name)
lux_get_app(app_config, app_name=app_name)

Import(options)

Expand Down

0 comments on commit 1dd366e

Please sign in to comment.