Skip to content
Snippets Groups Projects

Improves the search_file function

Merged Amir MOHAMMADI requested to merge improve-search_file into master
2 files
+ 15
4
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -97,3 +97,4 @@ def _saverc(context):
@@ -97,3 +97,4 @@ def _saverc(context):
path = _get_rc_path()
path = _get_rc_path()
with open(path, "wt") as f:
with open(path, "wt") as f:
f.write(_rc_to_str(context))
f.write(_rc_to_str(context))
 
f.write("\n")
Loading