Skip to content

Commit

Permalink
Merge pull request #10 from Obmondo/mongodb-backup
Browse files Browse the repository at this point in the history
[#13506] update the syntax error mon mongouri python script
  • Loading branch information
ashish1099 authored Aug 11, 2023
2 parents 6470c27 + e688bf5 commit 9af3c09
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mongodb-backup/script/mongouri.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

if os.environ.get('MONGO_COMPLETE') is None:
dbname = '-d %s' % data['database']
else:
dbname = ''
options = '%s %s' % (dbname, uri)
else:
dbname = ''

print(options)
options = '%s %s' % (dbname, uri)
print(options)

0 comments on commit 9af3c09

Please sign in to comment.