Skip to content

Commit

Permalink
storing update.py as txt
Browse files Browse the repository at this point in the history
  • Loading branch information
paolap committed Aug 7, 2024
1 parent 668a61f commit bf49160
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/mopper/mop_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,6 @@ def manage_env(ctx):
else:
fname = ctx.obj[f]
shutil.copyfile(fpath, ctx.obj['tpath'] / fname)
update_code = import_files('mopdata').joinpath("update_db.py")
update_code = import_files('mopdata').joinpath("update_db.py.txt")
shutil.copyfile(update_code, ctx.obj['outpath'] / "update_db.py")
return

0 comments on commit bf49160

Please sign in to comment.