Skip to content

Commit

Permalink
Fix whitespace on one line in clone.py
Browse files Browse the repository at this point in the history
Commit 8ab057c did not use whitespace
correctly aroung the assignment operator.

#1177 (comment)
  • Loading branch information
markkuriekkinen committed May 29, 2023
1 parent 4ee6412 commit 26178fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edit_course/operations/clone.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def clone( # pylint: disable=too-many-locals too-many-arguments
instance.configure_url = ""
instance.url = url
instance.instance_name = name
instance.sis_id =''
instance.sis_id = ''
instance.sis_enroll = False
instance.save()

Expand Down

0 comments on commit 26178fd

Please sign in to comment.