forked from ScoDoc/ScoDoc
Fix edition UE
This commit is contained in:
parent
b93fdebbd2
commit
9be8db0941
@ -95,7 +95,7 @@ def do_ue_create(args, allow_empty_ue_code=False) -> UniteEns:
|
||||
if args["coefficient"] == "":
|
||||
args["coefficient"] = None
|
||||
args["ects"] = args.get("ects", None)
|
||||
if args["ects"] is not None and args["ects"].strip() == "":
|
||||
if isinstance(args["ects"], str) and args["ects"].strip() == "":
|
||||
args["ects"] = None
|
||||
|
||||
# create
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
"Infos sur version ScoDoc"
|
||||
|
||||
SCOVERSION = "9.7.46"
|
||||
SCOVERSION = "9.7.47"
|
||||
|
||||
SCONAME = "ScoDoc"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user