Skip to content

Commit

Permalink
update changelog, small typo in config
Browse files Browse the repository at this point in the history
  • Loading branch information
mariojmdavid committed Feb 5, 2024
1 parent 723600c commit 4550649
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* udocker improve binary executables identification
* udocker fix fakechroot parsing of so, exec_path and add cmd subst
* udocker implement minor pylint compliance improvements
* udocker mode Pn make links2symlinks feature disabled by default in config
* udocker mode Pn make links2symlinks feature disabled by default in config: solves #412
* New udockertools 1.2.11 tarball
* udockertools mode Fn glibc fix dladdr(), dlopen(), dlmopen(), dl_iterate_phdr()
* udockertools mode Fn glibc add dladdr1()
Expand Down
2 changes: 1 addition & 1 deletion udocker/config.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
"""Configurations options and treatment/overrinding"""
"""Configurations options and treatment/overriding"""
import os
import sys
from udocker.msg import Msg
Expand Down

0 comments on commit 4550649

Please sign in to comment.